From a91d613d7214aef74fc0a0a2f1d0773ee7de48f4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 04:51:00 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/rtts/djhtml: 3.0.2 → 3.0.3](https://github.com/rtts/djhtml/compare/3.0.2...3.0.3) - [github.com/charliermarsh/ruff-pre-commit: v0.0.253 → v0.0.254](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.253...v0.0.254) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.4 → v3.0.0-alpha.6](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.4...v3.0.0-alpha.6) - [github.com/jazzband/pip-tools: 6.12.2 → 6.12.3](https://github.com/jazzband/pip-tools/compare/6.12.2...6.12.3) --- .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 a4617d6..3a8281e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,16 +36,16 @@ repos: - id: black args: [--target-version, py311] - repo: https://github.com/rtts/djhtml - rev: 3.0.2 + rev: 3.0.3 hooks: - id: djhtml - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.253 + rev: v0.0.254 hooks: - id: ruff args: [--fix] - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0-alpha.4 + rev: v3.0.0-alpha.6 hooks: - id: prettier types_or: [javascript, css] @@ -63,7 +63,7 @@ repos: hooks: - id: pyproject-fmt - repo: https://github.com/jazzband/pip-tools - rev: 6.12.2 + rev: 6.12.3 hooks: - id: pip-compile name: pip-compile requirements.txt