Skip to content

Commit 08651cd

Browse files
committed
Update mypy and check-manifest in template precommit file (they dont get update by precommit bot)
1 parent 9359be6 commit 08651cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

{{cookiecutter.package_name}}/.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ repos:
2727
- id: ruff-format
2828
args: [ --config=pyproject.toml ]
2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: v1.10.1
30+
rev: v1.13.0
3131
hooks:
3232
- id: mypy
3333
additional_dependencies:
3434
- types-setuptools
3535
- repo: https://github.com/mgedmin/check-manifest
36-
rev: "0.49"
36+
rev: "0.50"
3737
hooks:
3838
- id: check-manifest
3939
args: [--no-build-isolation]

0 commit comments

Comments
 (0)