1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.0.1
3
+ rev : v4.5.0
4
4
hooks :
5
5
- id : check-added-large-files
6
6
args : ['--maxkb=500']
18
18
args : [--branch, main]
19
19
- id : trailing-whitespace
20
20
- repo : https://github.com/pre-commit/pygrep-hooks
21
- rev : v1.9 .0 # Use the ref you want to point at
21
+ rev : v1.10 .0 # Use the ref you want to point at
22
22
hooks :
23
23
- id : python-check-blanket-noqa
24
24
- id : python-check-mock-methods
@@ -32,31 +32,31 @@ repos:
32
32
- id : text-unicode-replacement-char
33
33
exclude_types : [jupyter]
34
34
- repo : https://github.com/asottile/pyupgrade
35
- rev : v2.29 .0
35
+ rev : v3.15 .0
36
36
hooks :
37
37
- id : pyupgrade
38
38
args : [--py36-plus]
39
- - repo : https://github.com/asottile/reorder_python_imports
40
- rev : v2.6 .0
39
+ - repo : https://github.com/asottile/reorder-python-imports
40
+ rev : v3.12 .0
41
41
hooks :
42
42
- id : reorder-python-imports
43
43
types : [python]
44
44
- repo : https://github.com/asottile/setup-cfg-fmt
45
- rev : v1.17 .0
45
+ rev : v2.5 .0
46
46
hooks :
47
47
- id : setup-cfg-fmt
48
48
- repo : https://github.com/psf/black
49
- rev : 21.9b0
49
+ rev : 23.12.1
50
50
hooks :
51
51
- id : black
52
52
types : [python]
53
53
- repo : https://github.com/asottile/blacken-docs
54
- rev : v1.11 .0
54
+ rev : 1.16 .0
55
55
hooks :
56
56
- id : blacken-docs
57
57
additional_dependencies : [black]
58
58
- repo : https://github.com/PyCQA/flake8
59
- rev : 3.9.2
59
+ rev : 7.0.0
60
60
hooks :
61
61
- id : flake8
62
62
types : [python]
@@ -76,13 +76,13 @@ repos:
76
76
Pygments,
77
77
]
78
78
- repo : https://github.com/nbQA-dev/nbQA
79
- rev : 1.1 .1
79
+ rev : 1.7 .1
80
80
hooks :
81
81
- id : nbqa-black
82
82
- id : nbqa-pyupgrade
83
83
- id : nbqa-isort
84
84
- repo : https://github.com/PyCQA/doc8
85
- rev : 0.9 .1
85
+ rev : v1.1 .1
86
86
hooks :
87
87
- id : doc8
88
88
- repo : https://github.com/econchick/interrogate
@@ -92,13 +92,13 @@ repos:
92
92
args : [-v, --fail-under=78, src]
93
93
pass_filenames : false
94
94
- repo : https://github.com/codespell-project/codespell
95
- rev : v2.1.0
95
+ rev : v2.2.6
96
96
hooks :
97
97
- id : codespell
98
98
exclude : \.ipynb
99
99
args : [-L effekt, -L unparseable]
100
100
- repo : https://github.com/mgedmin/check-manifest
101
- rev : " 0.47 "
101
+ rev : " 0.49 "
102
102
hooks :
103
103
- id : check-manifest
104
104
- repo : meta
0 commit comments