diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index da3b04c..5d23056 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: debug-statements # checks for debugger imports and py37+ `breakpoint()` calls in python source - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.14.11 + rev: v0.15.5 hooks: - id: ruff args: [ --fix ]