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 @@ -3,7 +3,7 @@ exclude: '^(COPYING\.LESSER|examples/deepzoom/static/.*\.js)$'
3
3
4
4
repos :
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : v4.3 .0
6
+ rev : v4.4 .0
7
7
hooks :
8
8
- id : check-added-large-files
9
9
- id : check-merge-conflict
14
14
exclude : ' ^\.github/.*\.md$'
15
15
16
16
- repo : https://github.com/asottile/pyupgrade
17
- rev : v2.34 .0
17
+ rev : v3.14 .0
18
18
hooks :
19
19
- id : pyupgrade
20
20
name : Modernize python code
@@ -27,33 +27,33 @@ repos:
27
27
name : Reorder python imports with isort
28
28
29
29
- repo : https://github.com/psf/black
30
- rev : 22.3.0
30
+ rev : 23.9.1
31
31
hooks :
32
32
- id : black
33
33
name : Format python code with black
34
34
language_version : python3
35
35
args : ["--skip-string-normalization"]
36
36
37
37
- repo : https://github.com/asottile/blacken-docs
38
- rev : v1.12.1
38
+ rev : 1.16.0
39
39
hooks :
40
40
- id : blacken-docs
41
41
name : Format python code in documentation
42
42
43
43
- repo : https://github.com/asottile/yesqa
44
- rev : v1.3 .0
44
+ rev : v1.5 .0
45
45
hooks :
46
46
- id : yesqa
47
47
48
48
- repo : https://github.com/PyCQA/flake8
49
- rev : 4.0.1
49
+ rev : 6.1.0
50
50
hooks :
51
51
- id : flake8
52
52
name : Lint python code with flake8
53
53
additional_dependencies : [flake8-bugbear]
54
54
55
55
- repo : https://github.com/rstcheck/rstcheck
56
- rev : v6.0.0.post1
56
+ rev : v6.2.0
57
57
hooks :
58
58
- id : rstcheck
59
59
name : Validate reStructuredText syntax
You can’t perform that action at this time.
0 commit comments