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 19
19
repos :
20
20
# Standard hooks
21
21
- repo : https://github.com/pre-commit/pre-commit-hooks
22
- rev : v4.0.1
22
+ rev : v4.3.0
23
23
hooks :
24
24
- id : check-added-large-files
25
25
- id : check-case-conflict
@@ -35,27 +35,27 @@ repos:
35
35
36
36
# Black, the code formatter, natively supports pre-commit
37
37
- repo : https://github.com/psf/black
38
- rev : 21.9b0
38
+ rev : 22.10.0
39
39
hooks :
40
40
- id : black
41
41
files : ^(docs)
42
42
43
43
# Sort your imports in a standard form
44
44
- repo : https://github.com/PyCQA/isort
45
- rev : 5.9.3
45
+ rev : 5.10.1
46
46
hooks :
47
47
- id : isort
48
48
49
49
# Upgrade older Python syntax
50
50
- repo : https://github.com/asottile/pyupgrade
51
- rev : v2.29 .0
51
+ rev : v3.1 .0
52
52
hooks :
53
53
- id : pyupgrade
54
54
args : ["--py36-plus"]
55
55
56
56
# Changes tabs to spaces
57
57
- repo : https://github.com/Lucas-C/pre-commit-hooks
58
- rev : v1.1.10
58
+ rev : v1.3.1
59
59
hooks :
60
60
- id : remove-tabs
61
61
You can’t perform that action at this time.
0 commit comments