We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d570f commit 9b43e3eCopy full SHA for 9b43e3e
.pre-commit-config.yaml
@@ -1,20 +1,20 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v5.0.0
+ rev: v6.0.0
4
hooks:
5
- id: trailing-whitespace
6
- id: end-of-file-fixer
7
- id: check-toml
8
- id: check-yaml
9
10
- repo: https://github.com/adamchainz/django-upgrade
11
- rev: 1.25.0
+ rev: 1.27.0
12
13
- id: django-upgrade
14
args: [--target-version, "4.2"]
15
16
- repo: https://github.com/astral-sh/ruff-pre-commit
17
- rev: v0.11.13
+ rev: v0.12.11
18
19
- id: ruff
20
args: [--fix]
@@ -59,7 +59,7 @@ repos:
59
types_or: [html, jsx, tsx]
60
61
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
62
- rev: v2.14.0
+ rev: v2.15.0
63
64
- id: pretty-format-toml
65
args: [--autofix]
0 commit comments