File tree Expand file tree Collapse file tree
{{cookiecutter.project_name}} Expand file tree Collapse file tree 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.15.8 "
32+ rev : " v0.15.9 "
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.19.1 "
46+ rev : " v1.20.0 "
4747 hooks :
4848 - id : mypy
4949 files : " (src|tests|noxfile.py)"
6767 args : [--prose-wrap=always]
6868
6969 - repo : https://github.com/crate-ci/typos
70- rev : " v1.44 .0"
70+ rev : " v1.45 .0"
7171 hooks :
7272 - id : typos
7373 exclude : ^Gemfile\.lock$
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ Here is the snippet to add the formatter to your `.pre-commit-config.yml`
158158
159159` ` ` yaml
160160- repo: https://github.com/astral-sh/ruff-pre-commit
161- rev: "v0.15.8 "
161+ rev: "v0.15.9 "
162162 hooks:
163163 # id: ruff-check would go here if using both
164164 - id: ruff-format
@@ -248,7 +248,7 @@ pre-commit hook.
248248
249249` ` ` yaml
250250- repo : https://github.com/astral-sh/ruff-pre-commit
251- rev : " v0.15.8 "
251+ rev : " v0.15.9 "
252252 hooks :
253253 - id : ruff-check
254254 args : ["--fix", "--show-fixes"]
@@ -639,7 +639,7 @@ The MyPy addition for pre-commit:
639639
640640` ` ` yaml
641641- repo: https://github.com/pre-commit/mirrors-mypy
642- rev: "v1.19.1 "
642+ rev: "v1.20.0 "
643643 hooks:
644644 - id: mypy
645645 files: src
@@ -804,7 +804,7 @@ integration.
804804
805805` ` ` yaml
806806- repo: https://github.com/crate-ci/typos
807- rev: "v1.44 .0"
807+ rev: "v1.45 .0"
808808 hooks:
809809 - id: typos
810810 args: []
Original file line number Diff line number Diff line change 4343 args : [--prose-wrap=always]
4444
4545 - repo : https://github.com/astral-sh/ruff-pre-commit
46- rev : " v0.15.8 "
46+ rev : " v0.15.9 "
4747 hooks :
4848 - id : ruff-check
4949 args : ["--fix"]
6060{%- endif %}
6161
6262 - repo : https://github.com/pre-commit/mirrors-mypy
63- rev : " v1.19.1 "
63+ rev : " v1.20.0 "
6464 hooks :
6565 - id : mypy
6666 files : src|tests|noxfile.py
You can’t perform that action at this time.
0 commit comments