Skip to content

Commit

Permalink
chore: bump flake8 from 6.1.0 to 7.0.0 (aristanetworks#511)
Browse files Browse the repository at this point in the history
* 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](PyCQA/flake8@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] <support@github.com>

* Bump: Flake8 in pre-commit

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Guillaume Mulocher <gmulocher@arista.com>
  • Loading branch information
2 people authored and MaheshGSLAB committed Jan 12, 2024
1 parent 321cf4a commit f5072a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f5072a3

Please sign in to comment.