Skip to content

Commit

Permalink
Update mypy and check-manifest in template precommit file (they dont …
Browse files Browse the repository at this point in the history
…get update by precommit bot)
  • Loading branch information
sfmig committed Nov 5, 2024
1 parent 9359be6 commit 08651cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{cookiecutter.package_name}}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ repos:
- id: ruff-format
args: [ --config=pyproject.toml ]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.1
rev: v1.13.0
hooks:
- id: mypy
additional_dependencies:
- types-setuptools
- repo: https://github.com/mgedmin/check-manifest
rev: "0.49"
rev: "0.50"
hooks:
- id: check-manifest
args: [--no-build-isolation]
Expand Down

0 comments on commit 08651cd

Please sign in to comment.