diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a2d7462..03e1656 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: args: [--fix, lf] - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.11.5" + rev: "v0.11.8" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -22,7 +22,7 @@ repos: hooks: - id: codespell - repo: https://github.com/adrienverge/yamllint.git - rev: v1.37.0 + rev: v1.37.1 hooks: - id: yamllint files: \.(yaml|yml)$