Skip to content

Commit 225a654

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/adamchainz/django-upgrade: 1.22.2 → 1.23.1](adamchainz/django-upgrade@1.22.2...1.23.1) - [github.com/pre-commit/mirrors-eslint: v9.17.0 → v9.22.0](pre-commit/mirrors-eslint@v9.17.0...v9.22.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.10](astral-sh/ruff-pre-commit@v0.8.6...v0.9.10) - [github.com/tox-dev/pyproject-fmt: v2.5.0 → v2.5.1](tox-dev/pyproject-fmt@v2.5.0...v2.5.1)
1 parent 31e64b6 commit 225a654

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
hooks:
1515
- id: doc8
1616
- repo: https://github.com/adamchainz/django-upgrade
17-
rev: 1.22.2
17+
rev: 1.23.1
1818
hooks:
1919
- id: django-upgrade
2020
args: [--target-version, "4.2"]
@@ -32,7 +32,7 @@ repos:
3232
args:
3333
- --trailing-comma=es5
3434
- repo: https://github.com/pre-commit/mirrors-eslint
35-
rev: v9.17.0
35+
rev: v9.22.0
3636
hooks:
3737
- id: eslint
3838
additional_dependencies:
@@ -44,13 +44,13 @@ repos:
4444
args:
4545
- --fix
4646
- repo: https://github.com/astral-sh/ruff-pre-commit
47-
rev: 'v0.8.6'
47+
rev: 'v0.9.10'
4848
hooks:
4949
- id: ruff
5050
args: [--fix, --exit-non-zero-on-fix]
5151
- id: ruff-format
5252
- repo: https://github.com/tox-dev/pyproject-fmt
53-
rev: v2.5.0
53+
rev: v2.5.1
5454
hooks:
5555
- id: pyproject-fmt
5656
- repo: https://github.com/abravalheri/validate-pyproject

0 commit comments

Comments
 (0)