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
2
2
repos :
3
3
- repo : https://github.com/pre-commit/pre-commit-hooks
4
- rev : v3.4 .0
4
+ rev : v4.1 .0
5
5
hooks :
6
6
- id : check-added-large-files
7
7
- id : check-case-conflict
@@ -17,26 +17,26 @@ repos:
17
17
exclude_types : [json]
18
18
19
19
- repo : https://github.com/psf/black
20
- rev : 22.1 .0
20
+ rev : 22.3 .0
21
21
hooks :
22
22
- id : black
23
23
files : \.py$
24
24
args : [--line-length=100]
25
25
26
26
- repo : https://github.com/PyCQA/isort
27
- rev : 5.7.0
27
+ rev : 5.10.1
28
28
hooks :
29
29
- id : isort
30
30
files : \.py$
31
31
args : [--profile=black]
32
32
33
33
- repo : https://gitlab.com/pycqa/flake8
34
- rev : 4.0.1
34
+ rev : 3.9.2
35
35
hooks :
36
36
- id : flake8
37
37
args : [--config=bindings/python/.flake8]
38
38
types : [file]
39
- files : \.(py|pyx|pxd) $
39
+ files : \.py $
40
40
additional_dependencies : [
41
41
' flake8-bugbear==20.1.4' ,
42
42
' flake8-logging-format==0.6.0' ,
@@ -47,14 +47,14 @@ repos:
47
47
# We use the Python version instead of the original version which seems to require Docker
48
48
# https://github.com/koalaman/shellcheck-precommit
49
49
- repo : https://github.com/shellcheck-py/shellcheck-py
50
- rev : v0.8.0.1
50
+ rev : v0.8.0.4
51
51
hooks :
52
52
- id : shellcheck
53
53
name : shellcheck
54
54
args : ["--severity=warning"]
55
55
56
56
- repo : https://github.com/sirosen/check-jsonschema
57
- rev : 0.10.2
57
+ rev : 0.14.1
58
58
hooks :
59
59
- id : check-jsonschema
60
60
name : " Check GitHub Workflows"
You can’t perform that action at this time.
0 commit comments