Skip to content

Commit 5e5f2a4

Browse files
fabiocaccamogithub-actions[bot]
authored andcommitted
Update pre-commit hooks.
1 parent a9fcae6 commit 5e5f2a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ repos:
99
args: ["--py310-plus"]
1010

1111
- repo: https://github.com/adamchainz/django-upgrade
12-
rev: 1.25.0
12+
rev: 1.27.0
1313
hooks:
1414
- id: django-upgrade
1515
args: ["--target-version", "4.0"]
1616

1717
- repo: https://github.com/adamchainz/djade-pre-commit
18-
rev: "1.4.0"
18+
rev: "1.5.0"
1919
hooks:
2020
- id: djade
2121
args: [--target-version, "4.1"]
2222

2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.12.10
24+
rev: v0.12.11
2525
hooks:
2626
- id: ruff
2727
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)