diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 781eb96f0..dc0dd6734 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,14 +22,14 @@ repos: exclude: .+\.html|webpack\.config\.js|tests/test_a11y/ - repo: "https://github.com/astral-sh/ruff-pre-commit" - rev: "v0.13.3" + rev: "v0.14.7" hooks: - id: ruff args: [--exit-non-zero-on-fix] - id: ruff-format - repo: "https://github.com/asottile/pyupgrade" - rev: v3.20.0 + rev: v3.21.2 hooks: - id: pyupgrade args: [--py37-plus] @@ -46,7 +46,7 @@ repos: - id: doc8 - repo: "https://github.com/kynan/nbstripout" - rev: "0.8.1" + rev: "0.8.2" hooks: - id: nbstripout @@ -56,7 +56,7 @@ repos: - id: remove-metadata - repo: "https://github.com/thibaudcolas/pre-commit-stylelint" - rev: v16.25.0 + rev: v16.26.1 hooks: - id: stylelint # automatically fix .scss files where possible