From a1455ed2c1d0ba175f410724dec39e65494469bf Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 10:38:21 +0000 Subject: [PATCH] :arrow_up: [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/abravalheri/validate-pyproject: v0.12.1 → v0.14](https://github.com/abravalheri/validate-pyproject/compare/v0.12.1...v0.14) - [github.com/python-jsonschema/check-jsonschema: 0.22.0 → 0.26.3](https://github.com/python-jsonschema/check-jsonschema/compare/0.22.0...0.26.3) - https://github.com/charliermarsh/ruff-pre-commit → https://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.256 → v0.0.287](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.256...v0.0.287) - [github.com/psf/black: 23.1.0 → 23.7.0](https://github.com/psf/black/compare/23.1.0...23.7.0) - [github.com/pre-commit/mirrors-mypy: v1.1.1 → v1.5.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.1.1...v1.5.1) - [github.com/codespell-project/codespell: v2.2.4 → v2.2.5](https://github.com/codespell-project/codespell/compare/v2.2.4...v2.2.5) - [github.com/pre-commit/mirrors-prettier: v2.7.1 → v3.0.3](https://github.com/pre-commit/mirrors-prettier/compare/v2.7.1...v3.0.3) --- .pre-commit-config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index efb383c..02a2dbc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,19 +20,19 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.12.1 + rev: v0.14 hooks: - id: validate-pyproject name: validate pyproject.toml - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.22.0 + rev: 0.26.3 hooks: - id: check-github-workflows name: validate github workflows - id: check-readthedocs name: validate readthedocs config - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.256 + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.0.287 hooks: - id: ruff args: @@ -40,21 +40,21 @@ repos: - --exit-non-zero-on-fix - --show-fixes - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.7.0 hooks: - id: black - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.1.1 + rev: v1.5.1 hooks: - id: mypy additional_dependencies: - types-requests - repo: https://github.com/codespell-project/codespell - rev: v2.2.4 + rev: v2.2.5 hooks: - id: codespell - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.7.1 + rev: v3.0.3 hooks: - id: prettier additional_dependencies: