diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 91c157f2..d7914e4d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.6.4 + rev: v0.6.8 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix, --show-fixes]