@@ -5,7 +5,7 @@ exclude: |
5
5
6
6
repos :
7
7
- repo : https://github.com/pre-commit/pre-commit-hooks
8
- rev : v4.4 .0
8
+ rev : v5.0 .0
9
9
hooks :
10
10
- id : check-added-large-files
11
11
args : ['--maxkb=25']
@@ -34,42 +34,42 @@ repos:
34
34
- id : python-no-log-warn
35
35
- id : python-use-type-annotations
36
36
- id : text-unicode-replacement-char
37
- - repo : https://github.com/asottile/reorder_python_imports
38
- rev : v3.9 .0
37
+ - repo : https://github.com/asottile/reorder-python-imports
38
+ rev : v3.14 .0
39
39
hooks :
40
40
- id : reorder-python-imports
41
41
args : [--py37-plus, --add-import, 'from __future__ import annotations']
42
42
- repo : https://github.com/asottile/setup-cfg-fmt
43
- rev : v2.2 .0
43
+ rev : v2.7 .0
44
44
hooks :
45
45
- id : setup-cfg-fmt
46
46
exclude : |
47
47
(?x)^(
48
48
{{cookiecutter.package_name}}/setup.cfg
49
49
)$
50
50
- repo : https://github.com/psf/black
51
- rev : 23.1 .0
51
+ rev : 24.10 .0
52
52
hooks :
53
53
- id : black
54
- - repo : https://github.com/charliermarsh /ruff-pre-commit
55
- rev : v0.0.241
54
+ - repo : https://github.com/astral-sh /ruff-pre-commit
55
+ rev : v0.9.1
56
56
hooks :
57
57
- id : ruff
58
58
args : [hooks, tests]
59
59
pass_filenames : false
60
60
- repo : https://github.com/dosisod/refurb
61
- rev : v1.10 .0
61
+ rev : v2.0 .0
62
62
hooks :
63
63
- id : refurb
64
64
args : [--ignore, FURB126]
65
65
exclude : ({{cookiecutter.package_name}})
66
66
- repo : https://github.com/econchick/interrogate
67
- rev : 1.5 .0
67
+ rev : 1.7 .0
68
68
hooks :
69
69
- id : interrogate
70
70
args : [-v, --fail-under=40]
71
71
- repo : https://github.com/executablebooks/mdformat
72
- rev : 0.7.16
72
+ rev : 0.7.21
73
73
hooks :
74
74
- id : mdformat
75
75
additional_dependencies : [
83
83
{{cookiecutter.package_name}}/README.md
84
84
)$
85
85
- repo : https://github.com/executablebooks/mdformat
86
- rev : 0.7.16
86
+ rev : 0.7.21
87
87
hooks :
88
88
- id : mdformat
89
89
additional_dependencies : [
@@ -98,12 +98,12 @@ repos:
98
98
# path/to/file.py
99
99
# )$
100
100
- repo : https://github.com/codespell-project/codespell
101
- rev : v2.2.2
101
+ rev : v2.3.0
102
102
hooks :
103
103
- id : codespell
104
104
additional_dependencies : [tomli]
105
105
- repo : https://github.com/pre-commit/mirrors-mypy
106
- rev : ' v0.991 '
106
+ rev : ' v1.14.1 '
107
107
hooks :
108
108
- id : mypy
109
109
args : [
0 commit comments