diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index db0e42608..781eb96f0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: exclude: .+\.html|webpack\.config\.js|tests/test_a11y/ - repo: "https://github.com/astral-sh/ruff-pre-commit" - rev: "v0.12.11" + rev: "v0.13.3" hooks: - id: ruff args: [--exit-non-zero-on-fix] @@ -56,7 +56,7 @@ repos: - id: remove-metadata - repo: "https://github.com/thibaudcolas/pre-commit-stylelint" - rev: v16.23.1 + rev: v16.25.0 hooks: - id: stylelint # automatically fix .scss files where possible