File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
exclude : " .*/vendor/.*"
4
4
repos :
5
5
- repo : https://github.com/adamchainz/django-upgrade
6
- rev : 1.25 .0
6
+ rev : 1.27 .0
7
7
hooks :
8
8
- id : django-upgrade
9
9
args : [--target-version, "5.1"] # Replace with Django version
10
10
11
11
- repo : https://github.com/astral-sh/ruff-pre-commit
12
- rev : v0.12.7
12
+ rev : v0.12.11
13
13
hooks :
14
14
- id : ruff
15
15
# args: [ --fix, --exit-non-zero-on-fix ]
@@ -25,12 +25,11 @@ repos:
25
25
- id : black
26
26
27
27
- repo : https://github.com/pre-commit/pre-commit-hooks
28
- rev : v5 .0.0
28
+ rev : v6 .0.0
29
29
hooks :
30
30
- id : check-added-large-files
31
31
args : ["--maxkb=128"]
32
32
- id : check-ast
33
- - id : check-byte-order-marker
34
33
- id : check-case-conflict
35
34
- id : check-docstring-first
36
35
- id : check-executables-have-shebangs
43
42
- id : debug-statements
44
43
- id : detect-private-key
45
44
- id : end-of-file-fixer
45
+ - id : fix-byte-order-marker
46
46
- id : mixed-line-ending
47
47
args : ["--fix=lf"]
48
48
- id : pretty-format-json
You can’t perform that action at this time.
0 commit comments