From 75955065775bcf9f97e0f829b9a14f820e9fbed4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 01:31:59 +0000 Subject: [PATCH] feat(Dependencies): Update pre-commit hook PyCQA/flake8 to v7 | datasource | package | from | to | | ----------- | ------------ | ----- | ----- | | github-tags | PyCQA/flake8 | 6.1.0 | 7.0.0 | --- .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 17990918..9fb0f407 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: - --remove-all-unused-imports - repo: https://github.com/PyCQA/flake8 - rev: 6.1.0 + rev: 7.0.0 hooks: - id: flake8 args: [ "--config=setup.cfg" ]