From c42573e2a655835d80d5b4755d3f53acef27ae77 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 16:51:07 +0000 Subject: [PATCH] chore: pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pycontribs/mirrors-prettier: v3.3.2 → v3.3.3](https://github.com/pycontribs/mirrors-prettier/compare/v3.3.2...v3.3.3) - [github.com/psf/black: 24.4.2 → 24.8.0](https://github.com/psf/black/compare/24.4.2...24.8.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.5.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.0...v0.5.6) - [github.com/streetsidesoftware/cspell-cli: v8.9.0 → v8.13.1](https://github.com/streetsidesoftware/cspell-cli/compare/v8.9.0...v8.13.1) - [github.com/jsh9/pydoclint: 0.5.3 → 0.5.6](https://github.com/jsh9/pydoclint/compare/0.5.3...0.5.6) - [github.com/pycqa/pylint.git: v3.2.4 → v3.2.6](https://github.com/pycqa/pylint.git/compare/v3.2.4...v3.2.6) - [github.com/pre-commit/mirrors-mypy.git: v1.10.1 → v1.11.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.10.1...v1.11.1) --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7829116..784a3ef 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: )$ - repo: https://github.com/pycontribs/mirrors-prettier - rev: v3.3.2 + rev: v3.3.3 hooks: - id: prettier always_run: true @@ -44,7 +44,7 @@ repos: - prettier-plugin-sort-json - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.8.0 hooks: - id: black @@ -59,20 +59,20 @@ repos: - id: tox-ini-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.0 + rev: v0.5.6 hooks: - id: ruff args: - --exit-non-zero-on-fix - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v8.9.0 + rev: v8.13.1 hooks: - id: cspell name: Spell check with cspell - repo: https://github.com/jsh9/pydoclint - rev: "0.5.3" + rev: "0.5.6" hooks: - id: pydoclint # This allows automatic reduction of the baseline file when needed. @@ -80,7 +80,7 @@ repos: pass_filenames: false - repo: https://github.com/pycqa/pylint.git - rev: v3.2.4 + rev: v3.2.6 hooks: - id: pylint args: @@ -94,7 +94,7 @@ repos: - setuptools - repo: https://github.com/pre-commit/mirrors-mypy.git - rev: v1.10.1 + rev: v1.11.1 hooks: - id: mypy additional_dependencies: