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.4.1 "
32+ rev : " v0.4.2 "
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.9 .0"
46+ rev : " v1.10 .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.4.1 "
114+ rev: "v0.4.2 "
115115 hooks:
116116 # id: ruff would go here if using both
117117 - id: ruff-format
@@ -141,7 +141,7 @@ Here is the snippet to add Black to your `.pre-commit-config.yml`:
141141
142142```yaml
143143- repo: https://github.com/psf/black-pre-commit-mirror
144- rev: "24.4.0 "
144+ rev: "24.4.2 "
145145 hooks:
146146 - id: black
147147```
@@ -201,7 +201,7 @@ pre-commit hook.
201201
202202` ` ` yaml
203203- repo : https://github.com/astral-sh/ruff-pre-commit
204- rev : " v0.4.1 "
204+ rev : " v0.4.2 "
205205 hooks :
206206 - id : ruff
207207 args : ["--fix", "--show-fixes"]
@@ -535,7 +535,7 @@ The MyPy addition for pre-commit:
535535
536536` ` ` yaml
537537- repo: https://github.com/pre-commit/mirrors-mypy
538- rev: "v1.9 .0"
538+ rev: "v1.10 .0"
539539 hooks:
540540 - id: mypy
541541 files: src
Original file line number Diff line number Diff line change 4040 args : [--prose-wrap=always]
4141
4242 - repo : https://github.com/astral-sh/ruff-pre-commit
43- rev : " v0.4.1 "
43+ rev : " v0.4.2 "
4444 hooks :
4545 - id : ruff
4646 args : ["--fix", "--show-fixes"]
6767{%- endif %}
6868
6969 - repo : https://github.com/pre-commit/mirrors-mypy
70- rev : " v1.9 .0"
70+ rev : " v1.10 .0"
7171 hooks :
7272 - id : mypy
7373 files : src|tests
You can’t perform that action at this time.
0 commit comments