File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
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 : 22.12 .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
@@ -31,23 +31,23 @@ 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.11.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.3.1
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.2 .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.2
51
51
hooks :
52
52
- id : pycln
53
53
args : [--config=pyproject.toml]
@@ -62,14 +62,14 @@ 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 : v0.991
73
73
hooks :
74
74
- id : mypy
75
75
files : src
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