diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6c0884f..f80429f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v5.0.0" + rev: "v6.0.0" hooks: - id: check-added-large-files - id: check-case-conflict @@ -15,12 +15,12 @@ repos: - id: requirements-txt-fixer - repo: https://github.com/codespell-project/codespell - rev: "v2.3.0" + rev: "v2.4.1" hooks: - id: codespell - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.4 + rev: v0.12.11 hooks: - id: ruff name: ruff check