Skip to content

Commit 5dc4815

Browse files
ci: pre-commit autoupdate
updates: - [github.com/tox-dev/tox-ini-fmt: 1.4.1 → 1.5.0](tox-dev/tox-ini-fmt@1.4.1...1.5.0) - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1) - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.1.0](psf/black-pre-commit-mirror@24.10.0...25.1.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1)
1 parent 1339b30 commit 5dc4815

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
hooks:
2828
- id: pyproject-fmt
2929
- repo: https://github.com/tox-dev/tox-ini-fmt
30-
rev: 1.4.1
30+
rev: 1.5.0
3131
hooks:
3232
- id: tox-ini-fmt
3333
- repo: https://github.com/rstcheck/rstcheck
@@ -37,7 +37,7 @@ repos:
3737
additional_dependencies:
3838
- tomli==2.0.1
3939
- repo: https://github.com/asottile/pyupgrade
40-
rev: v3.19.0
40+
rev: v3.19.1
4141
hooks:
4242
- id: pyupgrade
4343
args: [--py38-plus]
@@ -47,7 +47,7 @@ repos:
4747
- id: django-upgrade
4848
args: [--target-version, '3.2']
4949
- repo: https://github.com/psf/black-pre-commit-mirror
50-
rev: 24.10.0
50+
rev: 25.1.0
5151
hooks:
5252
- id: black
5353
- repo: https://github.com/adamchainz/blacken-docs
@@ -57,12 +57,12 @@ repos:
5757
additional_dependencies:
5858
- black==23.1.0
5959
- repo: https://github.com/pycqa/isort
60-
rev: 5.13.2
60+
rev: 6.0.0
6161
hooks:
6262
- id: isort
6363
name: isort (python)
6464
- repo: https://github.com/pre-commit/mirrors-mypy
65-
rev: v1.13.0
65+
rev: v1.14.1
6666
hooks:
6767
- id: mypy
6868
additional_dependencies:

0 commit comments

Comments
 (0)