From f5072a3043f429342c3656347dda93eece55ab28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 09:33:57 +0100 Subject: [PATCH] chore: bump flake8 from 6.1.0 to 7.0.0 (#511) * 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] * Bump: Flake8 in pre-commit --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Guillaume Mulocher --- .pre-commit-config.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a104041a9..cd0e8ba4b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -53,7 +53,7 @@ repos: name: Check for changes when running Black on all python files - repo: https://github.com/pycqa/flake8 - rev: 6.0.0 + rev: 7.0.0 hooks: - id: flake8 name: Check for PEP8 error on Python files diff --git a/pyproject.toml b/pyproject.toml index 8f30c97ac..87eba0ca3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ requires-python = ">=3.8" dev = [ "bumpver==2023.1129", "black==23.12.1", - "flake8==6.1.0", + "flake8==7.0.0", "isort==5.13.2", "mypy~=1.7", "mypy-extensions~=1.0",