diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index db6ace6..6c24593 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit # Keep in sync with .github/workflows/ruff.yml - rev: 'v0.8.0' + rev: 'v0.8.2' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]