1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.2 .0
3
+ rev : v5.0 .0
4
4
hooks :
5
5
- id : check-added-large-files
6
6
- id : check-case-conflict
15
15
# args: [--branch, main]
16
16
- id : trailing-whitespace
17
17
- repo : https://github.com/pre-commit/pygrep-hooks
18
- rev : v1.9 .0
18
+ rev : v1.10 .0
19
19
hooks :
20
20
- id : python-check-blanket-noqa
21
21
- id : python-check-mock-methods
@@ -24,24 +24,24 @@ repos:
24
24
- id : python-use-type-annotations
25
25
- id : text-unicode-replacement-char
26
26
- repo : https://github.com/asottile/pyupgrade
27
- rev : v2.32.0
27
+ rev : v3.19.1
28
28
hooks :
29
29
- id : pyupgrade
30
30
args : [--py37-plus]
31
- - repo : https://github.com/asottile/reorder_python_imports
32
- rev : v3.0.1
31
+ - repo : https://github.com/asottile/reorder-python-imports
32
+ rev : v3.14.0
33
33
hooks :
34
34
- id : reorder-python-imports
35
35
- repo : https://github.com/asottile/setup-cfg-fmt
36
- rev : v1.20 .0
36
+ rev : v2.7 .0
37
37
hooks :
38
38
- id : setup-cfg-fmt
39
39
- repo : https://github.com/psf/black
40
- rev : 22.3 .0
40
+ rev : 24.10 .0
41
41
hooks :
42
42
- id : black
43
43
- repo : https://github.com/PyCQA/flake8
44
- rev : 4.0 .1
44
+ rev : 7.1 .1
45
45
hooks :
46
46
- id : flake8
47
47
additional_dependencies : [
61
61
Pygments,
62
62
]
63
63
- repo : https://github.com/guilatrova/tryceratops
64
- rev : v1.0 .1
64
+ rev : v2.4 .1
65
65
hooks :
66
66
- id : tryceratops
67
67
# - repo: https://github.com/econchick/interrogate
@@ -70,12 +70,12 @@ repos:
70
70
# - id: interrogate
71
71
# args: [-v, --fail-under=40]
72
72
- repo : https://github.com/codespell-project/codespell
73
- rev : v2.1 .0
73
+ rev : v2.4 .0
74
74
hooks :
75
75
- id : codespell
76
76
args : [--skip, "*.(html|ipynb)"]
77
77
- repo : https://github.com/executablebooks/mdformat
78
- rev : 0.7.14
78
+ rev : 0.7.21
79
79
hooks :
80
80
- id : mdformat
81
81
additional_dependencies : [
85
85
args : [--wrap, "88"]
86
86
files : (README.md)
87
87
- repo : https://github.com/executablebooks/mdformat
88
- rev : 0.7.14
88
+ rev : 0.7.21
89
89
hooks :
90
90
- id : mdformat
91
91
additional_dependencies : [
0 commit comments