File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,21 +3,21 @@ default_language_version:
3
3
4
4
repos :
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : v4.5 .0
6
+ rev : v4.6 .0
7
7
hooks :
8
8
- id : trailing-whitespace
9
9
- id : end-of-file-fixer
10
10
- id : check-toml
11
11
- id : check-yaml
12
12
13
13
- repo : https://github.com/adamchainz/django-upgrade
14
- rev : 1.16 .0
14
+ rev : 1.17 .0
15
15
hooks :
16
16
- id : django-upgrade
17
17
args : [--target-version, "4.2"]
18
18
19
19
- repo : https://github.com/astral-sh/ruff-pre-commit
20
- rev : v0.2.1
20
+ rev : v0.4.4
21
21
hooks :
22
22
- id : ruff
23
23
args : [--fix]
@@ -62,12 +62,12 @@ repos:
62
62
types_or : [html, jsx, tsx]
63
63
64
64
- repo : https://github.com/macisamuele/language-formatters-pre-commit-hooks
65
- rev : v2.12 .0
65
+ rev : v2.13 .0
66
66
hooks :
67
67
- id : pretty-format-toml
68
68
args : [--autofix]
69
69
70
70
- repo : https://github.com/abravalheri/validate-pyproject
71
- rev : v0.16
71
+ rev : v0.17
72
72
hooks :
73
73
- id : validate-pyproject
You can’t perform that action at this time.
0 commit comments