We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9359be6 commit 08651cdCopy full SHA for 08651cd
{{cookiecutter.package_name}}/.pre-commit-config.yaml
@@ -27,13 +27,13 @@ repos:
27
- id: ruff-format
28
args: [ --config=pyproject.toml ]
29
- repo: https://github.com/pre-commit/mirrors-mypy
30
- rev: v1.10.1
+ rev: v1.13.0
31
hooks:
32
- id: mypy
33
additional_dependencies:
34
- types-setuptools
35
- repo: https://github.com/mgedmin/check-manifest
36
- rev: "0.49"
+ rev: "0.50"
37
38
- id: check-manifest
39
args: [--no-build-isolation]
0 commit comments