diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3affa6f0..45ddfb4b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: exclude: poetry.lock args: [--autofix, --trailing-commas] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.5 + rev: v0.11.7 hooks: - id: ruff args: [--fix]