Commit 4514f89 1 parent b9c2903 commit 4514f89 Copy full SHA for 4514f89
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,24 +4,24 @@ default_language_version:
4
4
python : python3
5
5
repos :
6
6
- repo : https://github.com/astral-sh/ruff-pre-commit
7
- rev : v0.1.4
7
+ rev : v0.3.7
8
8
hooks :
9
9
- id : ruff
10
10
args : [--fix, --exit-non-zero-on-fix]
11
11
- repo : https://github.com/psf/black
12
- rev : 23.10.1
12
+ rev : 24.4.0
13
13
hooks :
14
14
- id : black
15
15
- repo : https://github.com/pre-commit/pre-commit-hooks
16
- rev : v4.5 .0
16
+ rev : v4.6 .0
17
17
hooks :
18
18
- id : check-ast
19
19
- id : check-merge-conflict
20
20
- id : detect-private-key
21
21
- id : fix-encoding-pragma
22
22
args : ["--remove"]
23
23
- repo : https://github.com/adamchainz/django-upgrade
24
- rev : 1.15 .0
24
+ rev : 1.16 .0
25
25
hooks :
26
26
- id : django-upgrade
27
27
args :
You can’t perform that action at this time.
0 commit comments