Skip to content

Commit b330bae

Browse files
Update pre-commit hooks
1 parent 6b41b6a commit b330bae

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
@@ -14,16 +14,16 @@ 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.4.1"
1818
hooks:
1919
- id: tox-ini-fmt
2020
- repo: https://github.com/tox-dev/pyproject-fmt
21-
rev: "2.2.1"
21+
rev: "2.2.4"
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.21.0
2727
hooks:
2828
- id: django-upgrade
2929
args: [--target-version, "3.2"]
@@ -32,11 +32,11 @@ repos:
3232
hooks:
3333
- id: black
3434
- repo: https://github.com/charliermarsh/ruff-pre-commit
35-
rev: 'v0.5.7'
35+
rev: 'v0.6.6'
3636
hooks:
3737
- id: ruff
3838
- repo: https://github.com/sirosen/check-jsonschema
39-
rev: 0.29.1
39+
rev: 0.29.2
4040
hooks:
4141
- id: check-github-workflows
4242
- repo: https://github.com/pre-commit/mirrors-prettier

0 commit comments

Comments
 (0)