Skip to content

Commit

Permalink
chore: bump flake8 from 6.1.0 to 7.0.0 (#86)
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: pre-commit upgrade of flake8

---------

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
dependabot[bot] and gmuloc authored Jan 8, 2024
1 parent 26265aa commit e88cee4
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 @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e88cee4

Please sign in to comment.