diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 04b6bdc64..0d7c67c84 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.7.2" + rev: "v0.8.1" hooks: - id: ruff args: [--exit-non-zero-on-fix] @@ -35,7 +35,7 @@ repos: args: [--py37-plus] - repo: "https://github.com/Riverside-Healthcare/djLint" - rev: v1.35.4 + rev: v1.36.3 hooks: - id: djlint-jinja types_or: ["html"] @@ -46,7 +46,7 @@ repos: - id: doc8 - repo: "https://github.com/kynan/nbstripout" - rev: "0.8.0" + rev: "0.8.1" hooks: - id: nbstripout @@ -56,7 +56,7 @@ repos: - id: remove-metadata - repo: "https://github.com/thibaudcolas/pre-commit-stylelint" - rev: v16.10.0 + rev: v16.11.0 hooks: - id: stylelint # automatically fix .scss files where possible