File tree Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Original file line number Diff line number Diff line change 8
8
autoupdate_schedule : monthly
9
9
10
10
repos :
11
- - repo : https://github.com/asottile/pyupgrade
12
- rev : v2.31.0
11
+ - repo : https://github.com/asottile/pyupgrade
12
+ rev : v3.15.2
13
+ hooks :
14
+ - id : pyupgrade
15
+ args : ["--py38-plus"]
16
+
17
+ - repo : https://github.com/adamchainz/django-upgrade
18
+ rev : ' 1.18.0'
13
19
hooks :
14
- - id : pyupgrade
15
- args : ["--py38-plus "]
20
+ - id : django-upgrade
21
+ args : [--target-version, "3.2 "]
16
22
17
23
- repo : https://github.com/astral-sh/ruff-pre-commit
18
- rev : v0.4.4
24
+ rev : " v0.4.7 "
19
25
hooks :
20
26
- id : ruff
21
27
args : [--fix, --exit-non-zero-on-fix]
22
28
29
+ - repo : https://github.com/astral-sh/ruff-pre-commit
30
+ # Ruff version.
31
+ rev : v0.4.7
32
+ hooks :
33
+ - id : ruff-format
34
+
23
35
- repo : https://github.com/pre-commit/pre-commit-hooks
24
36
rev : v4.6.0
25
37
hooks :
You can’t perform that action at this time.
0 commit comments