From 0f0e8f48f1e4a6fbf33d1fd773c8786a217476c7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 06:48:54 +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.0.1 → v3.0.0](https://github.com/asottile/add-trailing-comma.git/compare/v2.0.1...v3.0.0) - https://github.com/timothycrosley/isort.git → https://github.com/PyCQA/isort - [github.com/Lucas-C/pre-commit-hooks.git: v1.1.7 → v1.5.1](https://github.com/Lucas-C/pre-commit-hooks.git/compare/v1.1.7...v1.5.1) - [github.com/pre-commit/pre-commit-hooks.git: v4.0.1 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.0.1...v4.4.0) - [github.com/PyCQA/pydocstyle.git: 6.1.1 → 6.3.0](https://github.com/PyCQA/pydocstyle.git/compare/6.1.1...6.3.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.26.2 → v1.32.0](https://github.com/adrienverge/yamllint.git/compare/v1.26.2...v1.32.0) - [github.com/PyCQA/flake8.git: 3.9.2 → 6.0.0](https://github.com/PyCQA/flake8.git/compare/3.9.2...6.0.0) - [github.com/pre-commit/mirrors-mypy.git: v0.910 → v1.4.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v0.910...v1.4.1) --- .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 14c0a97036..ac4cfd269c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,13 +1,13 @@ --- repos: - repo: https://github.com/asottile/add-trailing-comma.git - rev: v2.0.1 + rev: v3.0.0 hooks: - id: add-trailing-comma args: - --py36-plus -- repo: https://github.com/timothycrosley/isort.git +- repo: https://github.com/PyCQA/isort rev: 5.12.0 hooks: - id: isort @@ -15,7 +15,7 @@ repos: - --honor-noqa - repo: https://github.com/Lucas-C/pre-commit-hooks.git - rev: v1.1.7 + rev: v1.5.1 hooks: - id: remove-tabs exclude: | @@ -28,7 +28,7 @@ repos: $ - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v4.0.1 + rev: v4.4.0 hooks: # Side-effects: - id: trailing-whitespace @@ -89,7 +89,7 @@ repos: - id: debug-statements - repo: https://github.com/PyCQA/pydocstyle.git - rev: 6.1.1 + rev: 6.3.0 hooks: - id: pydocstyle additional_dependencies: @@ -122,7 +122,7 @@ repos: D415, - repo: https://github.com/codespell-project/codespell - rev: v2.1.0 + rev: v2.2.5 hooks: - id: codespell exclude: > @@ -133,7 +133,7 @@ repos: )$ - repo: https://github.com/adrienverge/yamllint.git - rev: v1.26.2 + rev: v1.32.0 hooks: - id: yamllint args: @@ -141,7 +141,7 @@ repos: types: [file, yaml] - repo: https://github.com/PyCQA/flake8.git - rev: 3.9.2 + rev: 6.0.0 hooks: - id: flake8 language_version: python3 @@ -152,7 +152,7 @@ repos: - wemake-python-styleguide >= 0.16.1 - repo: https://github.com/pre-commit/mirrors-mypy.git - rev: v0.910 + rev: v1.4.1 hooks: - id: mypy additional_dependencies: