diff --git a/vanilla-template/{{ cookiecutter.repo_name }}/.pre-commit-config.yaml b/vanilla-template/{{ cookiecutter.repo_name }}/.pre-commit-config.yaml index cdf8bba..ae7cd63 100644 --- a/vanilla-template/{{ cookiecutter.repo_name }}/.pre-commit-config.yaml +++ b/vanilla-template/{{ cookiecutter.repo_name }}/.pre-commit-config.yaml @@ -2,7 +2,7 @@ fail_fast: true repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: check-ast @@ -26,18 +26,18 @@ repos: - id: prettier - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.10.0 hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.9 + rev: v0.8.2 hooks: - id: ruff args: [--fix] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.10.0 + rev: v1.13.0 hooks: - id: mypy args: [--ignore-missing-imports, --show-error-codes]