diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2b6ad82..c64aa1c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: end-of-file-fixer - id: check-docstring-first - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.2 + rev: v0.12.7 hooks: - id: ruff args: ["--fix", "--show-fixes"]