diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3554bc489c..169ac19885 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: files: \.py$ - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.0.285 + rev: v0.0.286 hooks: - id: ruff args: ["--fix"]