diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cf26cb56..e9516834 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: debug-statements # checks for debugger imports and py37+ `breakpoint()` calls in python source # Ruff should go before black, because its output is not formatted - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.6.7' + rev: 'v0.6.8' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]