File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
{{cookiecutter.project_name}} Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 29
29
additional_dependencies : [black==24.*]
30
30
31
31
- repo : https://github.com/astral-sh/ruff-pre-commit
32
- rev : " v0.12.5 "
32
+ rev : " v0.12.7 "
33
33
hooks :
34
34
- id : ruff-check
35
35
args : ["--fix", "--show-fixes"]
43
43
- id : rst-inline-touching-normal
44
44
45
45
- repo : https://github.com/pre-commit/mirrors-mypy
46
- rev : " v1.17.0 "
46
+ rev : " v1.17.1 "
47
47
hooks :
48
48
- id : mypy
49
49
files : " (src|tests)"
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ Here is the snippet to add the formatter to your `.pre-commit-config.yml`
111
111
112
112
` ` ` yaml
113
113
- repo: https://github.com/astral-sh/ruff-pre-commit
114
- rev: "v0.12.5 "
114
+ rev: "v0.12.7 "
115
115
hooks:
116
116
# id: ruff-check would go here if using both
117
117
- id: ruff-format
@@ -201,7 +201,7 @@ pre-commit hook.
201
201
202
202
` ` ` yaml
203
203
- repo : https://github.com/astral-sh/ruff-pre-commit
204
- rev : " v0.12.5 "
204
+ rev : " v0.12.7 "
205
205
hooks :
206
206
- id : ruff-check
207
207
args : ["--fix", "--show-fixes"]
@@ -534,7 +534,7 @@ The MyPy addition for pre-commit:
534
534
535
535
` ` ` yaml
536
536
- repo: https://github.com/pre-commit/mirrors-mypy
537
- rev: "v1.17.0 "
537
+ rev: "v1.17.1 "
538
538
hooks:
539
539
- id: mypy
540
540
files: src
Original file line number Diff line number Diff line change 42
42
args : [--prose-wrap=always]
43
43
44
44
- repo : https://github.com/astral-sh/ruff-pre-commit
45
- rev : " v0.12.5 "
45
+ rev : " v0.12.7 "
46
46
hooks :
47
47
- id : ruff-check
48
48
args : ["--fix", "--show-fixes"]
59
59
{%- endif %}
60
60
61
61
- repo : https://github.com/pre-commit/mirrors-mypy
62
- rev : " v1.17.0 "
62
+ rev : " v1.17.1 "
63
63
hooks :
64
64
- id : mypy
65
65
files : src|tests
You can’t perform that action at this time.
0 commit comments