File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
{{cookiecutter.project_name}} Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ repos:
2323 - id : trailing-whitespace
2424
2525 - repo : https://github.com/adamchainz/blacken-docs
26- rev : " 1.19.1 "
26+ rev : " 1.20.0 "
2727 hooks :
2828 - id : blacken-docs
2929 additional_dependencies : [black==24.*]
3030
3131 - repo : https://github.com/astral-sh/ruff-pre-commit
32- rev : " v0.12.12 "
32+ rev : " v0.13.0 "
3333 hooks :
3434 - id : ruff-check
3535 args : ["--fix", "--show-fixes"]
4343 - id : rst-inline-touching-normal
4444
4545 - repo : https://github.com/pre-commit/mirrors-mypy
46- rev : " v1.17 .1"
46+ rev : " v1.18 .1"
4747 hooks :
4848 - id : mypy
4949 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`
111111
112112` ` ` yaml
113113- repo: https://github.com/astral-sh/ruff-pre-commit
114- rev: "v0.12.12 "
114+ rev: "v0.13.0 "
115115 hooks:
116116 # id: ruff-check would go here if using both
117117 - id: ruff-format
@@ -180,7 +180,7 @@ markdown and restructured text. Note that because black is in
180180
181181``` yaml
182182- repo : https://github.com/adamchainz/blacken-docs
183- rev : " 1.19.1 "
183+ rev : " 1.20.0 "
184184 hooks :
185185 - id : blacken-docs
186186 additional_dependencies : [black==24.*]
@@ -201,7 +201,7 @@ pre-commit hook.
201201
202202` ` ` yaml
203203- repo : https://github.com/astral-sh/ruff-pre-commit
204- rev : " v0.12.12 "
204+ rev : " v0.13.0 "
205205 hooks :
206206 - id : ruff-check
207207 args : ["--fix", "--show-fixes"]
@@ -534,7 +534,7 @@ The MyPy addition for pre-commit:
534534
535535` ` ` yaml
536536- repo: https://github.com/pre-commit/mirrors-mypy
537- rev: "v1.17 .1"
537+ rev: "v1.18 .1"
538538 hooks:
539539 - id: mypy
540540 files: src
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ exclude: ^.cruft.json|.copier-answers.yml$
66
77repos :
88 - repo : https://github.com/adamchainz/blacken-docs
9- rev : " 1.19.1 "
9+ rev : " 1.20.0 "
1010 hooks :
1111 - id : blacken-docs
1212 additional_dependencies : [black==24.*]
4242 args : [--prose-wrap=always]
4343
4444 - repo : https://github.com/astral-sh/ruff-pre-commit
45- rev : " v0.12.12 "
45+ rev : " v0.13.0 "
4646 hooks :
4747 - id : ruff-check
4848 args : ["--fix", "--show-fixes"]
5959{%- endif %}
6060
6161 - repo : https://github.com/pre-commit/mirrors-mypy
62- rev : " v1.17 .1"
62+ rev : " v1.18 .1"
6363 hooks :
6464 - id : mypy
6565 files : src|tests
You can’t perform that action at this time.
0 commit comments