From 3fb346b9e5e5368e43aad6a26c1928d99bb2aa7c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 22:13:00 +0200 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#47) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.4.0) - [github.com/csachs/pyproject-flake8: v5.0.4a1.post1 → v6.0.0](https://github.com/csachs/pyproject-flake8/compare/v5.0.4a1.post1...v6.0.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9b08625..8563987 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -33,7 +33,7 @@ repos: exclude: "tests/test_catch_py311.py" - repo: https://github.com/csachs/pyproject-flake8 - rev: v5.0.4a1.post1 + rev: v6.0.0 hooks: - id: pyproject-flake8 additional_dependencies: [flake8-bugbear]