Skip to content

Commit d80072f

Browse files
Update pre-commit hooks
1 parent 527be7c commit d80072f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default_language_version:
22
python: python3.10
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-added-large-files
88
- id: check-case-conflict
@@ -14,29 +14,29 @@ repos:
1414
- id: debug-statements
1515
- id: detect-private-key
1616
- repo: https://github.com/tox-dev/tox-ini-fmt
17-
rev: "1.3.1"
17+
rev: "1.7.0"
1818
hooks:
1919
- id: tox-ini-fmt
2020
- repo: https://github.com/tox-dev/pyproject-fmt
21-
rev: "2.2.1"
21+
rev: "v2.11.1"
2222
hooks:
2323
- id: pyproject-fmt
2424
additional_dependencies: ["tox>=4.9"]
2525
- repo: https://github.com/adamchainz/django-upgrade
26-
rev: 1.20.0
26+
rev: 1.29.1
2727
hooks:
2828
- id: django-upgrade
2929
args: [--target-version, "3.2"]
3030
- repo: https://github.com/psf/black
31-
rev: 24.8.0
31+
rev: 25.11.0
3232
hooks:
3333
- id: black
3434
- repo: https://github.com/charliermarsh/ruff-pre-commit
35-
rev: 'v0.5.7'
35+
rev: 'v0.14.4'
3636
hooks:
3737
- id: ruff
3838
- repo: https://github.com/sirosen/check-jsonschema
39-
rev: 0.29.1
39+
rev: 0.35.0
4040
hooks:
4141
- id: check-github-workflows
4242
- repo: https://github.com/pre-commit/mirrors-prettier

0 commit comments

Comments
 (0)