From 9a3f9ad5bc96111f11d014e047f1ac7dc644ff56 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 00:40:18 +0000 Subject: [PATCH 1/2] [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: v3.0.0 → v3.1.0](https://github.com/asottile/add-trailing-comma.git/compare/v3.0.0...v3.1.0) - [github.com/Lucas-C/pre-commit-hooks.git: v1.5.1 → v1.5.4](https://github.com/Lucas-C/pre-commit-hooks.git/compare/v1.5.1...v1.5.4) - [github.com/python-jsonschema/check-jsonschema.git: 0.23.2 → 0.27.0](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.23.2...0.27.0) - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](https://github.com/codespell-project/codespell/compare/v2.2.5...v2.2.6) - [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/PyCQA/flake8.git: 4.0.1 → 6.1.0](https://github.com/PyCQA/flake8.git/compare/4.0.1...6.1.0) - [github.com/PyCQA/pylint.git: v3.0.0a6 → v3.0.0](https://github.com/PyCQA/pylint.git/compare/v3.0.0a6...v3.0.0) --- .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 de2c13a..096fad8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: repos: - repo: https://github.com/asottile/add-trailing-comma.git - rev: v3.0.0 + rev: v3.1.0 hooks: - id: add-trailing-comma @@ -17,12 +17,12 @@ repos: - --honor-noqa - repo: https://github.com/Lucas-C/pre-commit-hooks.git - rev: v1.5.1 + rev: v1.5.4 hooks: - id: remove-tabs - repo: https://github.com/python-jsonschema/check-jsonschema.git - rev: 0.23.2 + rev: 0.27.0 hooks: - id: check-github-actions - id: check-github-workflows @@ -62,7 +62,7 @@ repos: language_version: python3 - repo: https://github.com/codespell-project/codespell - rev: v2.2.5 + rev: v2.2.6 hooks: - id: codespell @@ -78,7 +78,7 @@ repos: - --strict - repo: https://github.com/PyCQA/flake8.git - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 alias: flake8-no-wps @@ -98,7 +98,7 @@ repos: - repo: https://github.com/PyCQA/flake8.git # NOTE: This is kept at v4 for until WPS starts supporting flake v5. - rev: 4.0.1 # enforce-version: 4.0.1 + rev: 6.1.0 # enforce-version: 4.0.1 hooks: - id: flake8 alias: flake8-only-wps @@ -130,7 +130,7 @@ repos: - wemake-python-styleguide ~= 0.17.0 - repo: https://github.com/PyCQA/pylint.git - rev: v3.0.0a6 + rev: v3.0.0 hooks: - id: pylint args: From 824ad317867cf757fa348a46a1a430cd9bd7ef28 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Wed, 29 Nov 2023 03:23:18 +0100 Subject: [PATCH 2/2] Revert flake8 to v4.0.1 for WPS --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 096fad8..eef9266 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -98,7 +98,7 @@ repos: - repo: https://github.com/PyCQA/flake8.git # NOTE: This is kept at v4 for until WPS starts supporting flake v5. - rev: 6.1.0 # enforce-version: 4.0.1 + rev: 4.0.1 # enforce-version: 4.0.1 hooks: - id: flake8 alias: flake8-only-wps