1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.4 .0
3
+ rev : v4.5 .0
4
4
hooks :
5
5
- id : check-added-large-files
6
6
args : ['--maxkb=100']
16
16
args : [--branch, main]
17
17
- id : trailing-whitespace
18
18
- repo : https://github.com/pre-commit/pygrep-hooks
19
- rev : v1.9 .0
19
+ rev : v1.10 .0
20
20
hooks :
21
21
- id : python-check-blanket-noqa
22
22
- id : python-check-mock-methods
@@ -25,30 +25,30 @@ repos:
25
25
- id : python-use-type-annotations
26
26
- id : text-unicode-replacement-char
27
27
28
- - repo : https://github.com/asottile/reorder_python_imports
29
- rev : v3.9 .0
28
+ - repo : https://github.com/asottile/reorder-python-imports
29
+ rev : v3.12 .0
30
30
hooks :
31
31
- id : reorder-python-imports
32
32
args : [--py37-plus, --add-import, 'from __future__ import annotations']
33
33
- repo : https://github.com/asottile/setup-cfg-fmt
34
- rev : v2.2 .0
34
+ rev : v2.5 .0
35
35
hooks :
36
36
- id : setup-cfg-fmt
37
37
- repo : https://github.com/psf/black
38
- rev : 23.1.0
38
+ rev : 23.12.1
39
39
hooks :
40
40
- id : black
41
41
- repo : https://github.com/PyCQA/docformatter
42
- rev : v1.5.1
42
+ rev : v1.7.5
43
43
hooks :
44
44
- id : docformatter
45
45
args : [--in-place, --wrap-summaries, "88", --wrap-descriptions, "88", --blank]
46
- - repo : https://github.com/charliermarsh /ruff-pre-commit
47
- rev : v0.0.241
46
+ - repo : https://github.com/astral-sh /ruff-pre-commit
47
+ rev : v0.1.13
48
48
hooks :
49
49
- id : ruff
50
50
- repo : https://github.com/dosisod/refurb
51
- rev : v1.9.1
51
+ rev : v1.27.0
52
52
hooks :
53
53
- id : refurb
54
54
args : [--ignore, FURB126]
60
60
args : [-v, --fail-under=75]
61
61
exclude : ^(tests/)
62
62
- repo : https://github.com/executablebooks/mdformat
63
- rev : 0.7.16
63
+ rev : 0.7.17
64
64
hooks :
65
65
- id : mdformat
66
66
additional_dependencies : [
85
85
# path/to/file.py
86
86
# )$
87
87
- repo : https://github.com/pre-commit/mirrors-mypy
88
- rev : ' v0.991 '
88
+ rev : ' v1.8.0 '
89
89
hooks :
90
90
- id : mypy
91
91
args : [
94
94
]
95
95
pass_filenames : false
96
96
- repo : https://github.com/codespell-project/codespell
97
- rev : v2.2.2
97
+ rev : v2.2.6
98
98
hooks :
99
99
- id : codespell
100
100
- repo : https://github.com/mgedmin/check-manifest
0 commit comments