diff --git a/vanilla-template/{{ cookiecutter.repo_name }}/.pre-commit-config.yaml b/vanilla-template/{{ cookiecutter.repo_name }}/.pre-commit-config.yaml index cdf8bba..8a6e090 100644 --- a/vanilla-template/{{ cookiecutter.repo_name }}/.pre-commit-config.yaml +++ b/vanilla-template/{{ cookiecutter.repo_name }}/.pre-commit-config.yaml @@ -31,13 +31,13 @@ repos: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.9 + rev: v0.5.1 hooks: - id: ruff args: [--fix] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.10.0 + rev: v1.10.1 hooks: - id: mypy args: [--ignore-missing-imports, --show-error-codes]