From b6457d9e514130fd209de77834defe6e292c6b78 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 17:30:24 +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.5.6 → v0.6.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.6...v0.6.3) - [github.com/Riverside-Healthcare/djLint: v1.34.1 → v1.35.2](https://github.com/Riverside-Healthcare/djLint/compare/v1.34.1...v1.35.2) - [github.com/PyCQA/doc8: v1.1.1 → v1.1.2](https://github.com/PyCQA/doc8/compare/v1.1.1...v1.1.2) - [github.com/thibaudcolas/pre-commit-stylelint: v16.8.1 → v16.9.0](https://github.com/thibaudcolas/pre-commit-stylelint/compare/v16.8.1...v16.9.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 e39fda91d..70f48e333 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.5.6" + rev: "v0.6.3" hooks: - id: ruff @@ -38,13 +38,13 @@ repos: args: [--py37-plus] - repo: https://github.com/Riverside-Healthcare/djLint - rev: v1.34.1 + rev: v1.35.2 hooks: - id: djlint-jinja types_or: ["html"] - repo: https://github.com/PyCQA/doc8 - rev: v1.1.1 + rev: v1.1.2 hooks: - id: doc8 @@ -59,7 +59,7 @@ repos: - id: remove-metadata - repo: https://github.com/thibaudcolas/pre-commit-stylelint - rev: v16.8.1 + rev: v16.9.0 hooks: - id: stylelint # automatically fix .scss files where possible