diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 17e4c2b..41b453a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: # Filesystem - id: check-case-conflict @@ -34,13 +34,13 @@ repos: - id: python-check-mock-methods - id: rst-backticks - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.7 + rev: v0.12.8 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - id: ruff-format - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.8.4 + rev: 0.8.8 hooks: - id: uv-lock - repo: https://github.com/PyCQA/doc8