diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ca66242a..0fa3b6f3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - id: check-docstring-first # checks a common error of defining a docstring after code - id: debug-statements # checks for debugger imports and py37+ `breakpoint()` calls in python source - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.14.7' + rev: 'v0.14.8' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]