From 05cac4eea2ba41ee1a214f26e9d8e32b464bd4bb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 18:29:23 +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/asottile/add-trailing-comma.git: v2.4.0 → v3.0.1](https://github.com/asottile/add-trailing-comma.git/compare/v2.4.0...v3.0.1) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v3.0.0](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.9-for-vscode...v3.0.0) - [github.com/psf/black.git: 23.3.0 → 23.7.0](https://github.com/psf/black.git/compare/23.3.0...23.7.0) - [github.com/streetsidesoftware/cspell-cli: v6.31.0 → v6.31.1](https://github.com/streetsidesoftware/cspell-cli/compare/v6.31.0...v6.31.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/adrienverge/yamllint.git: v1.31.0 → v1.32.0](https://github.com/adrienverge/yamllint.git/compare/v1.31.0...v1.32.0) - [github.com/PyCQA/flake8.git: 6.0.0 → 6.1.0](https://github.com/PyCQA/flake8.git/compare/6.0.0...6.1.0) - [github.com/pre-commit/mirrors-mypy.git: v1.3.0 → v1.4.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.3.0...v1.4.1) --- .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 0614e64..bb35015 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ default_language_version: python: python3.11 repos: - repo: https://github.com/asottile/add-trailing-comma.git - rev: v2.4.0 + rev: v3.0.1 hooks: - id: add-trailing-comma args: @@ -18,7 +18,7 @@ repos: name: Sort import statements using isort - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.0-alpha.9-for-vscode" + rev: "v3.0.0" hooks: - id: prettier additional_dependencies: @@ -27,13 +27,13 @@ repos: - prettier-plugin-jinja-template - repo: https://github.com/psf/black.git - rev: 23.3.0 + rev: 23.7.0 hooks: - id: black language_version: python3 - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v6.31.0 + rev: v6.31.1 hooks: - id: cspell name: Spell check with cspell @@ -70,12 +70,12 @@ repos: - id: check-json5 - repo: https://github.com/codespell-project/codespell - rev: v2.2.4 + rev: v2.2.5 hooks: - id: codespell - repo: https://github.com/adrienverge/yamllint.git - rev: v1.31.0 + rev: v1.32.0 hooks: - id: yamllint args: @@ -83,7 +83,7 @@ repos: types: [file, yaml] - repo: https://github.com/PyCQA/flake8.git - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 alias: flake8 @@ -94,7 +94,7 @@ repos: - darglint - flake8-docstrings - repo: https://github.com/pre-commit/mirrors-mypy.git - rev: v1.3.0 + rev: v1.4.1 hooks: - id: mypy additional_dependencies: