File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
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.2 .0'
3
+ rev : ' v4.3 .0'
4
4
hooks :
5
5
- id : check-merge-conflict
6
6
exclude : " rst$"
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.2 .0'
21
+ rev : ' v4.3 .0'
22
22
hooks :
23
23
- id : check-case-conflict
24
24
- id : check-json
@@ -35,13 +35,13 @@ 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.2 .0'
38
+ rev : ' v4.3 .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 : ' v2.32.1 '
44
+ rev : ' v2.34.0 '
45
45
hooks :
46
46
- id : pyupgrade
47
47
args : ['--py36-plus']
You can’t perform that action at this time.
0 commit comments