From 867550d3ff0afcaf900d3be5d3f0db2ebc748dc3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 17:16:18 +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.0](https://github.com/pre-commit/mirrors-prettier/compare/v2.7.1...v3.0.0-alpha.0) - [github.com/codespell-project/codespell: v2.1.0 → v2.2.1](https://github.com/codespell-project/codespell/compare/v2.1.0...v2.2.1) - [github.com/adrienverge/yamllint.git: v1.27.1 → v1.28.0](https://github.com/adrienverge/yamllint.git/compare/v1.27.1...v1.28.0) - [github.com/psf/black: 22.6.0 → 22.8.0](https://github.com/psf/black/compare/22.6.0...22.8.0) - [github.com/pycqa/flake8.git: 5.0.2 → 5.0.4](https://github.com/pycqa/flake8.git/compare/5.0.2...5.0.4) - [github.com/pre-commit/mirrors-mypy: v0.971 → v0.981](https://github.com/pre-commit/mirrors-mypy/compare/v0.971...v0.981) - [github.com/pycqa/pylint: v2.14.5 → v2.15.3](https://github.com/pycqa/pylint/compare/v2.14.5...v2.15.3) --- .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 707c71e..b5e57b4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ 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.0" hooks: - id: prettier additional_dependencies: @@ -39,11 +39,11 @@ repos: - id: debug-statements language_version: python3 - repo: https://github.com/codespell-project/codespell - rev: v2.1.0 + rev: v2.2.1 hooks: - id: codespell - repo: https://github.com/adrienverge/yamllint.git - rev: v1.27.1 + rev: v1.28.0 hooks: - id: yamllint files: \.(yaml|yml)$ @@ -57,12 +57,12 @@ repos: # https://github.com/pre-commit/mirrors-isort/issues/9#issuecomment-624404082 - --filter-files - repo: https://github.com/psf/black - rev: 22.6.0 + rev: 22.8.0 hooks: - id: black language_version: python3 - repo: https://github.com/pycqa/flake8.git - rev: 5.0.2 + rev: 5.0.4 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: v0.981 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: v2.15.3 hooks: - id: pylint additional_dependencies: