diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7ff0b6cc8..fbab11e94 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: - "--config=pyproject.toml" - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.9.9 + rev: v0.9.10 hooks: - id: ruff args: [--fix]