File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/psf/black
3
- rev : 22.8 .0
3
+ rev : 23.3 .0
4
4
hooks :
5
5
- id : black-jupyter
6
6
7
7
- repo : https://github.com/pre-commit/pre-commit-hooks
8
- rev : v4.3 .0
8
+ rev : v4.4 .0
9
9
hooks :
10
10
- id : check-added-large-files
11
11
- id : check-case-conflict
19
19
- id : trailing-whitespace
20
20
21
21
- repo : https://github.com/pre-commit/pygrep-hooks
22
- rev : v1.9 .0
22
+ rev : v1.10 .0
23
23
hooks :
24
24
- id : python-check-blanket-noqa
25
25
- id : python-check-blanket-type-ignore
@@ -31,29 +31,29 @@ repos:
31
31
- id : rst-inline-touching-normal
32
32
33
33
- repo : https://github.com/PyCQA/isort
34
- rev : 5.10.1
34
+ rev : 5.12.0
35
35
hooks :
36
36
- id : isort
37
37
38
38
- repo : https://github.com/asottile/pyupgrade
39
- rev : v2.38 .0
39
+ rev : v3.6 .0
40
40
hooks :
41
41
- id : pyupgrade
42
42
args : ["--py36-plus"]
43
43
44
44
- repo : https://github.com/asottile/setup-cfg-fmt
45
- rev : v2.0 .0
45
+ rev : v2.3 .0
46
46
hooks :
47
47
- id : setup-cfg-fmt
48
48
49
49
- repo : https://github.com/hadialqattan/pycln
50
- rev : v2.1.1
50
+ rev : v2.1.5
51
51
hooks :
52
52
- id : pycln
53
53
args : [--config=pyproject.toml]
54
54
55
55
- repo : https://github.com/asottile/yesqa
56
- rev : v1.4 .0
56
+ rev : v1.5 .0
57
57
hooks :
58
58
- id : yesqa
59
59
exclude : docs/conf.py
@@ -62,20 +62,20 @@ repos:
62
62
- flake8-print
63
63
64
64
- repo : https://github.com/pycqa/flake8
65
- rev : 5 .0.4
65
+ rev : 6 .0.0
66
66
hooks :
67
67
- id : flake8
68
68
exclude : docs/conf.py
69
69
additional_dependencies : *flake8_dependencies
70
70
71
71
- repo : https://github.com/pre-commit/mirrors-mypy
72
- rev : v0.971
72
+ rev : v1.3.0
73
73
hooks :
74
74
- id : mypy
75
75
files : src
76
76
77
77
- repo : https://github.com/shellcheck-py/shellcheck-py
78
- rev : v0.8 .0.4
78
+ rev : v0.9 .0.5
79
79
hooks :
80
80
- id : shellcheck
81
81
88
88
exclude : .pre-commit-config.yaml
89
89
90
90
- repo : https://github.com/mgedmin/check-manifest
91
- rev : " 0.48 "
91
+ rev : " 0.49 "
92
92
hooks :
93
93
- id : check-manifest
94
94
stages : [manual]
You can’t perform that action at this time.
0 commit comments