From 8ff38881a6cb52c583c7eda3c965007ff2e6350d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 18:25:30 +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/pre-commit/mirrors-prettier: v3.0.1 → v3.0.2](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.1...v3.0.2) - [github.com/astral-sh/ruff-pre-commit: v0.0.284 → v0.0.285](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.284...v0.0.285) - [github.com/jsh9/pydoclint: 0.1.5 → 0.2.1](https://github.com/jsh9/pydoclint/compare/0.1.5...0.2.1) - [github.com/pycqa/pylint.git: v3.0.0a6 → v3.0.0a7](https://github.com/pycqa/pylint.git/compare/v3.0.0a6...v3.0.0a7) - [github.com/pre-commit/mirrors-mypy.git: v1.5.0 → v1.5.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.5.0...v1.5.1) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6f69b20..30320a2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - repo: https://github.com/pre-commit/mirrors-prettier # keep it before yamllint - rev: v3.0.1 + rev: v3.0.2 hooks: - id: prettier always_run: true @@ -50,7 +50,7 @@ repos: - id: tox-ini-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.0.284" + rev: "v0.0.285" hooks: - id: ruff args: @@ -63,14 +63,14 @@ repos: name: Spell check with cspell - repo: https://github.com/jsh9/pydoclint - rev: 0.1.5 + rev: 0.2.1 hooks: - id: pydoclint args: - "--config=pyproject.toml" - repo: https://github.com/pycqa/pylint.git - rev: v3.0.0a6 + rev: v3.0.0a7 hooks: - id: pylint args: @@ -81,7 +81,7 @@ repos: - pyyaml - repo: https://github.com/pre-commit/mirrors-mypy.git - rev: v1.5.0 + rev: v1.5.1 hooks: - id: mypy additional_dependencies: