diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bd52e2f..0ba3be0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: skip: [fmt, cargo-check] repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files exclude_types: ["jupyter"] @@ -18,7 +18,7 @@ repos: - id: no-commit-to-branch args: [--branch=main] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.9 + rev: v0.6.9 hooks: - id: ruff args: [--fix] @@ -27,11 +27,11 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.10.0 hooks: - id: black - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.10.0 + rev: v1.11.2 hooks: - id: mypy additional_dependencies: @@ -49,7 +49,7 @@ repos: additional_dependencies: - tomli - repo: https://github.com/google/yamlfmt - rev: v0.12.1 + rev: v0.13.0 hooks: - id: yamlfmt - repo: https://github.com/executablebooks/mdformat