From 1a73b770a884be7c123315dddca3273e569fbb33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 23:32:14 +0000 Subject: [PATCH 1/2] chore: bump flake8 from 6.1.0 to 7.0.0 Bumps [flake8](https://github.com/pycqa/flake8) from 6.1.0 to 7.0.0. - [Commits](https://github.com/pycqa/flake8/compare/6.1.0...7.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2369623..937122e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ lint = [ "black>=23.10.1", "isort[colors]>=5.12.0", "pylint>=2.17.5", - "flake8==6.1.0", + "flake8==7.0.0", ] type = [ "mypy==1.8.0", From a2f6ff9a87e73a282c4b75e23e5c3ffe1b645c85 Mon Sep 17 00:00:00 2001 From: Guillaume Mulocher Date: Mon, 8 Jan 2024 14:59:42 +0000 Subject: [PATCH 2/2] Bump: pre-commit upgrade of flake8 --- .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 d7f043b..4c6ba54 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,7 +40,7 @@ repos: - --no-extra-eol - repo: https://github.com/pycqa/flake8 - rev: 6.1.0 + rev: 7.0.0 hooks: - id: flake8 name: Check for PEP8 error on Python files