From 45a17aa8dc06a739c7f4719b79a796fb61305f78 Mon Sep 17 00:00:00 2001 From: nybyhansen Date: Mon, 10 Feb 2025 05:10:33 +0000 Subject: [PATCH] update pre-commit hooks --- .../.pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vanilla-template/{{ cookiecutter.repo_name }}/.pre-commit-config.yaml b/vanilla-template/{{ cookiecutter.repo_name }}/.pre-commit-config.yaml index cdf8bba..6962aeb 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 @@ -15,7 +15,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 6.0.0 hooks: - id: isort name: isort @@ -26,18 +26,18 @@ repos: - id: prettier - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 25.1.0 hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.9 + rev: v0.9.5 hooks: - id: ruff args: [--fix] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.10.0 + rev: v1.15.0 hooks: - id: mypy args: [--ignore-missing-imports, --show-error-codes]