diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 49d544e3f..86ceaf623 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: types_or: [ python, pyi ] args: [ "--ignore-missing-imports", "--scripts-are-modules" ] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.8 + rev: v0.11.13 hooks: - id: ruff args: [ --fix, --exit-non-zero-on-fix ]