File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
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.5 .0
6
+ rev : v4.6 .0
7
7
hooks :
8
8
- id : check-added-large-files
9
9
- id : check-merge-conflict
@@ -16,26 +16,26 @@ repos:
16
16
- id : trailing-whitespace
17
17
18
18
- repo : https://github.com/asottile/pyupgrade
19
- rev : v3.15 .0
19
+ rev : v3.17 .0
20
20
hooks :
21
21
- id : pyupgrade
22
22
name : Modernize python code
23
23
args : ["--py38-plus"]
24
24
25
25
- repo : https://github.com/PyCQA/isort
26
- rev : 5.12.0
26
+ rev : 5.13.2
27
27
hooks :
28
28
- id : isort
29
29
name : Reorder python imports with isort
30
30
31
31
- repo : https://github.com/psf/black
32
- rev : 23.10.1
32
+ rev : 24.8.0
33
33
hooks :
34
34
- id : black
35
35
name : Format python code with black
36
36
37
37
- repo : https://github.com/asottile/blacken-docs
38
- rev : 1.16 .0
38
+ rev : 1.18 .0
39
39
hooks :
40
40
- id : blacken-docs
41
41
name : Format python code in documentation
@@ -47,14 +47,14 @@ repos:
47
47
additional_dependencies : [flake8-bugbear, Flake8-pyproject]
48
48
49
49
- repo : https://github.com/PyCQA/flake8
50
- rev : 6 .1.0
50
+ rev : 7 .1.1
51
51
hooks :
52
52
- id : flake8
53
53
name : Lint python code with flake8
54
54
additional_dependencies : [flake8-bugbear, Flake8-pyproject]
55
55
56
56
- repo : https://github.com/rstcheck/rstcheck
57
- rev : v6.2.0
57
+ rev : v6.2.4
58
58
hooks :
59
59
- id : rstcheck
60
60
name : Validate reStructuredText syntax
Original file line number Diff line number Diff line change 19
19
],
20
20
options = {
21
21
# tag wheel for Limited API
22
- 'bdist_wheel' : {'py_limited_api' : 'cp311' }
23
- if _abi3
24
- else {},
22
+ 'bdist_wheel' : {'py_limited_api' : 'cp311' } if _abi3 else {},
25
23
},
26
24
)
You can’t perform that action at this time.
0 commit comments