From b4f229eadc135367046d19637f555c6c5ea3f18c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 19:50:23 +0000 Subject: [PATCH] chore: update pre-commit hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0) - [github.com/psf/black: 23.3.0 → 24.3.0](https://github.com/psf/black/compare/23.3.0...24.3.0) - [github.com/asottile/blacken-docs: 1.14.0 → 1.16.0](https://github.com/asottile/blacken-docs/compare/1.14.0...1.16.0) - https://github.com/charliermarsh/ruff-pre-commit → https://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.272 → v0.3.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.272...v0.3.5) - [github.com/asottile/setup-cfg-fmt: v2.3.0 → v2.5.0](https://github.com/asottile/setup-cfg-fmt/compare/v2.3.0...v2.5.0) - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](https://github.com/codespell-project/codespell/compare/v2.2.5...v2.2.6) - [github.com/shellcheck-py/shellcheck-py: v0.9.0.5 → v0.10.0.1](https://github.com/shellcheck-py/shellcheck-py/compare/v0.9.0.5...v0.10.0.1) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.9-for-vscode...v4.0.0-alpha.8) --- .pre-commit-config.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8897982..689a043 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v4.4.0" + rev: "v4.5.0" hooks: - id: check-case-conflict - id: check-executables-have-shebangs @@ -24,18 +24,18 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black - rev: "23.3.0" + rev: "24.3.0" hooks: - id: black - repo: https://github.com/asottile/blacken-docs - rev: "1.14.0" + rev: "1.16.0" hooks: - id: blacken-docs additional_dependencies: [black==23.3.0] - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.0.272" + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: "v0.3.5" hooks: - id: ruff args: ["--fix", "--show-fixes"] @@ -47,13 +47,13 @@ repos: stages: [manual] - repo: https://github.com/asottile/setup-cfg-fmt - rev: "v2.3.0" + rev: "v2.5.0" hooks: - id: setup-cfg-fmt args: [--include-version-classifiers, --max-py-version=3.11] - repo: https://github.com/codespell-project/codespell - rev: "v2.2.5" + rev: "v2.2.6" hooks: - id: codespell args: ["-L", "sur,nd"] @@ -71,12 +71,12 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/shellcheck-py/shellcheck-py - rev: "v0.9.0.5" + rev: "v0.10.0.1" hooks: - id: shellcheck - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.0-alpha.9-for-vscode" + rev: "v4.0.0-alpha.8" hooks: - id: prettier types_or: [yaml, markdown, html, css, scss, javascript, json]