From c042c33b15aa636dc14d859d3ebc373ef3f2bcbc Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 18:00:37 +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.0-alpha.6 → v3.0.0-alpha.9-for-vscode](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.6...v3.0.0-alpha.9-for-vscode) - [github.com/psf/black.git: 23.1.0 → 23.3.0](https://github.com/psf/black.git/compare/23.1.0...23.3.0) - [github.com/streetsidesoftware/cspell-cli: v6.30.1 → v6.31.0](https://github.com/streetsidesoftware/cspell-cli/compare/v6.30.1...v6.31.0) - [github.com/Lucas-C/pre-commit-hooks.git: v1.4.2 → v1.5.1](https://github.com/Lucas-C/pre-commit-hooks.git/compare/v1.4.2...v1.5.1) - [github.com/adrienverge/yamllint.git: v1.30.0 → v1.31.0](https://github.com/adrienverge/yamllint.git/compare/v1.30.0...v1.31.0) - [github.com/pre-commit/mirrors-mypy.git: v1.1.1 → v1.3.0](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.1.1...v1.3.0) - [github.com/pycqa/pylint.git: v2.17.1 → v3.0.0a6](https://github.com/pycqa/pylint.git/compare/v2.17.1...v3.0.0a6) --- .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 65fd3e4..0614e64 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: name: Sort import statements using isort - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.0-alpha.6" + rev: "v3.0.0-alpha.9-for-vscode" hooks: - id: prettier additional_dependencies: @@ -27,19 +27,19 @@ repos: - prettier-plugin-jinja-template - repo: https://github.com/psf/black.git - rev: 23.1.0 + rev: 23.3.0 hooks: - id: black language_version: python3 - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v6.30.1 + rev: v6.31.0 hooks: - id: cspell name: Spell check with cspell - repo: https://github.com/Lucas-C/pre-commit-hooks.git - rev: v1.4.2 + rev: v1.5.1 hooks: - id: remove-tabs @@ -75,7 +75,7 @@ repos: - id: codespell - repo: https://github.com/adrienverge/yamllint.git - rev: v1.30.0 + rev: v1.31.0 hooks: - id: yamllint args: @@ -94,7 +94,7 @@ repos: - darglint - flake8-docstrings - repo: https://github.com/pre-commit/mirrors-mypy.git - rev: v1.1.1 + rev: v1.3.0 hooks: - id: mypy additional_dependencies: @@ -104,7 +104,7 @@ repos: - types-Flask - repo: https://github.com/pycqa/pylint.git - rev: v2.17.1 + rev: v3.0.0a6 hooks: - id: pylint args: