File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : ' v4.4 .0'
3
+ rev : ' v4.5 .0'
4
4
hooks :
5
5
- id : check-merge-conflict
6
6
exclude : " rst$"
9
9
hooks :
10
10
- id : yesqa
11
11
- repo : https://github.com/PyCQA/isort
12
- rev : ' 5.12.0 '
12
+ rev : ' 5.13.2 '
13
13
hooks :
14
14
- id : isort
15
15
- repo : https://github.com/psf/black
16
- rev : ' 23.7.0 '
16
+ rev : ' 24.1.1 '
17
17
hooks :
18
18
- id : black
19
19
language_version : python3 # Should be a command that runs python3.6+
20
20
- repo : https://github.com/pre-commit/pre-commit-hooks
21
- rev : ' v4.4 .0'
21
+ rev : ' v4.5 .0'
22
22
hooks :
23
23
- id : check-case-conflict
24
24
- id : check-json
@@ -35,17 +35,17 @@ repos:
35
35
- id : debug-statements
36
36
# Another entry is required to apply file-contents-sorter to another file
37
37
- repo : https://github.com/pre-commit/pre-commit-hooks
38
- rev : ' v4.4 .0'
38
+ rev : ' v4.5 .0'
39
39
hooks :
40
40
- id : file-contents-sorter
41
41
files : |
42
42
.gitignore
43
43
- repo : https://github.com/asottile/pyupgrade
44
- rev : ' v3.10.1 '
44
+ rev : ' v3.15.0 '
45
45
hooks :
46
46
- id : pyupgrade
47
47
args : ['--py36-plus']
48
48
- repo : https://github.com/PyCQA/flake8
49
- rev : ' 6.1 .0'
49
+ rev : ' 7.0 .0'
50
50
hooks :
51
51
- id : flake8
You can’t perform that action at this time.
0 commit comments