From 5c11912cec18a18e8c991bc2a8d8be1f11156b0c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 17:39:43 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.8.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.7.2...v0.8.1) - [github.com/Riverside-Healthcare/djLint: v1.35.4 → v1.36.3](https://github.com/Riverside-Healthcare/djLint/compare/v1.35.4...v1.36.3) - [github.com/kynan/nbstripout: 0.8.0 → 0.8.1](https://github.com/kynan/nbstripout/compare/0.8.0...0.8.1) - [github.com/thibaudcolas/pre-commit-stylelint: v16.10.0 → v16.11.0](https://github.com/thibaudcolas/pre-commit-stylelint/compare/v16.10.0...v16.11.0) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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