diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 18c38b7..b178730 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: # follow sources even when they aren't specified on the command line args: ["--external-sources"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.14 + rev: v0.15.20 hooks: - id: ruff-check args: [--fix, --exit-non-zero-on-fix]