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 2929 additional_dependencies : [black==24.*]
3030
3131 - repo : https://github.com/astral-sh/ruff-pre-commit
32- rev : " v0.11.11 "
32+ rev : " v0.11.12 "
3333 hooks :
3434 - id : ruff
3535 args : ["--fix", "--show-fixes"]
4343 - id : rst-inline-touching-normal
4444
4545 - repo : https://github.com/pre-commit/mirrors-mypy
46- rev : " v1.15 .0"
46+ rev : " v1.16 .0"
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.11.11 "
114+ rev: "v0.11.12 "
115115 hooks:
116116 # id: ruff would go here if using both
117117 - id: ruff-format
@@ -201,7 +201,7 @@ pre-commit hook.
201201
202202` ` ` yaml
203203- repo : https://github.com/astral-sh/ruff-pre-commit
204- rev : " v0.11.11 "
204+ rev : " v0.11.12 "
205205 hooks :
206206 - id : ruff
207207 args : ["--fix", "--show-fixes"]
@@ -533,7 +533,7 @@ The MyPy addition for pre-commit:
533533
534534` ` ` yaml
535535- repo: https://github.com/pre-commit/mirrors-mypy
536- rev: "v1.15 .0"
536+ rev: "v1.16 .0"
537537 hooks:
538538 - id: mypy
539539 files: src
Original file line number Diff line number Diff line change 4242 args : [--prose-wrap=always]
4343
4444 - repo : https://github.com/astral-sh/ruff-pre-commit
45- rev : " v0.11.11 "
45+ rev : " v0.11.12 "
4646 hooks :
4747 - id : ruff
4848 args : ["--fix", "--show-fixes"]
5959{%- endif %}
6060
6161 - repo : https://github.com/pre-commit/mirrors-mypy
62- rev : " v1.15 .0"
62+ rev : " v1.16 .0"
6363 hooks :
6464 - id : mypy
6565 files : src|tests
You can’t perform that action at this time.
0 commit comments