From a3171336d22e7c5a9dd947518c746d358ce32582 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 18:09:15 +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/pre-commit/mirrors-prettier: v2.7.1 → v3.0.0-alpha.9-for-vscode](https://github.com/pre-commit/mirrors-prettier/compare/v2.7.1...v3.0.0-alpha.9-for-vscode) - [github.com/pre-commit/pre-commit-hooks.git: v4.3.0 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.3.0...v4.4.0) - [github.com/codespell-project/codespell: v2.1.0 → v2.2.5](https://github.com/codespell-project/codespell/compare/v2.1.0...v2.2.5) - [github.com/adrienverge/yamllint.git: v1.27.1 → v1.32.0](https://github.com/adrienverge/yamllint.git/compare/v1.27.1...v1.32.0) - [github.com/PyCQA/isort: 5.10.1 → 5.12.0](https://github.com/PyCQA/isort/compare/5.10.1...5.12.0) - [github.com/psf/black: 22.6.0 → 23.3.0](https://github.com/psf/black/compare/22.6.0...23.3.0) - [github.com/pycqa/flake8.git: 5.0.2 → 6.0.0](https://github.com/pycqa/flake8.git/compare/5.0.2...6.0.0) - [github.com/pre-commit/mirrors-mypy: v0.971 → v1.4.1](https://github.com/pre-commit/mirrors-mypy/compare/v0.971...v1.4.1) - [github.com/pycqa/pylint: v2.14.5 → v3.0.0a6](https://github.com/pycqa/pylint/compare/v2.14.5...v3.0.0a6) --- .pre-commit-config.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 707c71e..669c942 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,14 +16,14 @@ default_language_version: repos: - repo: https://github.com/pre-commit/mirrors-prettier # keep it before yamllint - rev: "v2.7.1" + rev: "v3.0.0-alpha.9-for-vscode" hooks: - id: prettier additional_dependencies: - prettier - prettier-plugin-toml - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v4.3.0 + rev: v4.4.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -39,30 +39,30 @@ repos: - id: debug-statements language_version: python3 - repo: https://github.com/codespell-project/codespell - rev: v2.1.0 + rev: v2.2.5 hooks: - id: codespell - repo: https://github.com/adrienverge/yamllint.git - rev: v1.27.1 + rev: v1.32.0 hooks: - id: yamllint files: \.(yaml|yml)$ types: [file, yaml] entry: yamllint --strict - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort args: # https://github.com/pre-commit/mirrors-isort/issues/9#issuecomment-624404082 - --filter-files - repo: https://github.com/psf/black - rev: 22.6.0 + rev: 23.3.0 hooks: - id: black language_version: python3 - repo: https://github.com/pycqa/flake8.git - rev: 5.0.2 + rev: 6.0.0 hooks: - id: flake8 language_version: python3 @@ -73,7 +73,7 @@ repos: - flake8-rst-docstrings>=0.2.3 - flake8-rst>=0.8.0 - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.971 + rev: v1.4.1 hooks: - id: mypy # empty args needed in order to match mypy cli behavior @@ -81,7 +81,7 @@ repos: additional_dependencies: - pytest - repo: https://github.com/pycqa/pylint - rev: v2.14.5 + rev: v3.0.0a6 hooks: - id: pylint additional_dependencies: