diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 32be156..44a9ece 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.8.1 + rev: v0.8.4 hooks: - id: ruff args: [ --fix ]