diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4c6fbc24..eff1f9b3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: # https://prettier.io for list). Add other types here. types_or: [yaml, json] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.6.5" + rev: "v0.6.7" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]