File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
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 : ' v5 .0.0'
3
+ rev : ' v6 .0.0'
4
4
hooks :
5
5
- id : check-merge-conflict
6
6
- repo : https://github.com/asottile/yesqa
7
7
rev : v1.5.0
8
8
hooks :
9
9
- id : yesqa
10
10
- repo : https://github.com/PyCQA/isort
11
- rev : ' 6.0.0 '
11
+ rev : ' 6.0.1 '
12
12
hooks :
13
13
- id : isort
14
14
- repo : https://github.com/psf/black
17
17
- id : black
18
18
language_version : python3 # Should be a command that runs python
19
19
- repo : https://github.com/pre-commit/pre-commit-hooks
20
- rev : ' v5 .0.0'
20
+ rev : ' v6 .0.0'
21
21
hooks :
22
22
- id : end-of-file-fixer
23
23
exclude : >-
@@ -46,12 +46,12 @@ repos:
46
46
- id : detect-private-key
47
47
exclude : ^examples/
48
48
- repo : https://github.com/PyCQA/flake8
49
- rev : ' 7.1.2 '
49
+ rev : ' 7.3.0 '
50
50
hooks :
51
51
- id : flake8
52
52
exclude : " ^docs/"
53
53
- repo : https://github.com/asottile/pyupgrade
54
- rev : ' v3.19.1 '
54
+ rev : ' v3.20.0 '
55
55
hooks :
56
56
- id : pyupgrade
57
57
args : ['--py36-plus']
You can’t perform that action at this time.
0 commit comments