diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9e6409aa..d45f47e6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: hooks: - id: codespell - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.1.7' + rev: 'v0.1.8' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]