File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
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.4 .0
12
+ rev : v3.15 .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.13 .0'
18
+ rev : ' 1.15 .0'
19
19
hooks :
20
20
- id : django-upgrade
21
21
args : [--target-version, "3.2"]
22
22
23
- - repo : https://github.com/charliermarsh /ruff-pre-commit
24
- rev : " v0.0.270 "
23
+ - repo : https://github.com/astral-sh /ruff-pre-commit
24
+ rev : " v0.1.4 "
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.1.2
31
+ rev : v0.1.4
32
32
hooks :
33
33
- id : ruff-format
34
34
35
35
- repo : https://github.com/pre-commit/pre-commit-hooks
36
- rev : v4.4 .0
36
+ rev : v4.5 .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