File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 20
20
steps :
21
21
- uses : actions/checkout@v2
22
22
- uses : actions/setup-python@v2
23
- - uses : pre-commit/action@v2 .0.2
23
+ - uses : pre-commit/action@v3 .0.0
24
24
tests :
25
25
name : Tests
26
26
needs : pre-commit
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ exclude: '^(lgpl-2\.1\.txt|examples/deepzoom/static/.*\.js)$'
3
3
4
4
repos :
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : v4.0.1
6
+ rev : v4.3.0
7
7
hooks :
8
8
- id : check-added-large-files
9
9
- id : check-merge-conflict
@@ -14,14 +14,14 @@ repos:
14
14
exclude : ' ^\.github/.*\.md$'
15
15
16
16
- repo : https://github.com/asottile/pyupgrade
17
- rev : v2.19.1
17
+ rev : v2.34.0
18
18
hooks :
19
19
- id : pyupgrade
20
20
name : Modernize python code
21
21
args : ["--py37-plus"]
22
22
23
23
- repo : https://github.com/PyCQA/isort
24
- rev : 5.8.0
24
+ rev : 5.10.1
25
25
hooks :
26
26
- id : isort
27
27
name : Reorder python imports with isort
@@ -41,23 +41,23 @@ repos:
41
41
name : Format python code in documentation
42
42
43
43
- repo : https://github.com/asottile/yesqa
44
- rev : v1.2.3
44
+ rev : v1.3.0
45
45
hooks :
46
46
- id : yesqa
47
47
48
48
- repo : https://github.com/PyCQA/flake8
49
- rev : 3.9.2
49
+ rev : 4.0.1
50
50
hooks :
51
51
- id : flake8
52
52
name : Lint python code with flake8
53
53
additional_dependencies : [flake8-bugbear]
54
54
55
- # - repo: https://github.com/myint /rstcheck
56
- # rev: 3f92957478422df87bd730abde66f089cc1ee19b
57
- # hooks:
58
- # - id: rstcheck
59
- # name: Validate reStructuredText syntax
60
- # additional_dependencies: [sphinx]
55
+ - repo : https://github.com/rstcheck /rstcheck
56
+ rev : v6.0.0.post1
57
+ hooks :
58
+ - id : rstcheck
59
+ name : Validate reStructuredText syntax
60
+ additional_dependencies : [sphinx]
61
61
62
62
- repo : meta
63
63
hooks :
You can’t perform that action at this time.
0 commit comments