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 9
9
10
10
repos :
11
11
- repo : https://github.com/asottile/pyupgrade
12
- rev : v3.17 .0
12
+ rev : v3.19 .0
13
13
hooks :
14
14
- id : pyupgrade
15
15
args : ["--py38-plus"]
16
16
17
17
- repo : https://github.com/adamchainz/django-upgrade
18
- rev : ' 1.20.0 '
18
+ rev : ' 1.22.2 '
19
19
hooks :
20
20
- id : django-upgrade
21
21
args : [--target-version, "3.2"]
22
22
23
23
- repo : https://github.com/astral-sh/ruff-pre-commit
24
- rev : " v0.6.3 "
24
+ rev : " v0.8.1 "
25
25
hooks :
26
26
- id : ruff
27
27
args : [--fix, --exit-non-zero-on-fix]
28
28
29
29
- repo : https://github.com/astral-sh/ruff-pre-commit
30
30
# Ruff version.
31
- rev : v0.6.3
31
+ rev : v0.8.1
32
32
hooks :
33
33
- id : ruff-format
34
34
35
35
- repo : https://github.com/pre-commit/pre-commit-hooks
36
- rev : v4.6 .0
36
+ rev : v5.0 .0
37
37
hooks :
38
38
- id : check-added-large-files
39
39
- id : check-case-conflict
You can’t perform that action at this time.
0 commit comments