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 : ' 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 : ' 5.13.2 '
11
+ rev : ' 6.0.1 '
12
12
hooks :
13
13
- id : isort
14
14
- repo : https://github.com/psf/black
15
- rev : ' 24.10 .0'
15
+ rev : ' 25.1 .0'
16
16
hooks :
17
17
- id : black
18
18
language_version : python3 # Should be a command that runs python3.6+
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
- id : requirements-txt-fixer
@@ -43,18 +43,18 @@ repos:
43
43
- id : detect-private-key
44
44
exclude : ^examples/
45
45
- repo : https://github.com/asottile/pyupgrade
46
- rev : ' v3.19.1 '
46
+ rev : ' v3.20.0 '
47
47
hooks :
48
48
- id : pyupgrade
49
49
args : ['--py36-plus']
50
50
- repo : https://github.com/PyCQA/flake8
51
- rev : ' 7.1.1 '
51
+ rev : ' 7.3.0 '
52
52
hooks :
53
53
- id : flake8
54
54
exclude : " ^docs/"
55
55
56
56
- repo : https://github.com/rstcheck/rstcheck
57
- rev : v6.2.4
57
+ rev : v6.2.5
58
58
hooks :
59
59
- id : rstcheck
60
60
files : >-
You can’t perform that action at this time.
0 commit comments