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 @@ -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.6 .0
6
+ rev : v5.0 .0
7
7
hooks :
8
8
- id : check-added-large-files
9
9
- id : check-merge-conflict
16
16
- id : trailing-whitespace
17
17
18
18
- repo : https://github.com/asottile/pyupgrade
19
- rev : v3.17 .0
19
+ rev : v3.18 .0
20
20
hooks :
21
21
- id : pyupgrade
22
22
name : Modernize python code
@@ -29,13 +29,13 @@ repos:
29
29
name : Reorder python imports with isort
30
30
31
31
- repo : https://github.com/psf/black
32
- rev : 24.8 .0
32
+ rev : 24.10 .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.18 .0
38
+ rev : 1.19 .0
39
39
hooks :
40
40
- id : blacken-docs
41
41
name : Format python code in documentation
54
54
additional_dependencies : [flake8-bugbear, Flake8-pyproject]
55
55
56
56
- repo : https://github.com/pre-commit/mirrors-mypy
57
- rev : v1.11.2
57
+ rev : v1.12.0
58
58
hooks :
59
59
- id : mypy
60
60
name : Check Python types
You can’t perform that action at this time.
0 commit comments