diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4cefbab..b0b0712 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -49,7 +49,7 @@ repos: args: ["--strict", "-c", ".github/yamllint-config.yml"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.9.1" + rev: "v0.9.2" hooks: # Note: lint/fix before format - id: ruff # Run the linter.