Skip to content

Commit

Permalink
Bump flake8 from 6.1.0 to 7.0.0 (#71)
Browse files Browse the repository at this point in the history
* 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:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .pre-commit-config.yaml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alasdair Gray <[email protected]>
  • Loading branch information
dependabot[bot] and A-CGray authored Jan 29, 2024
1 parent ba017be commit c3f4c06
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 @@ -18,7 +18,7 @@ repos:
language_version: python3
args: ["-l", "120", "--target-version", "py38", "--target-version", "py39", "--target-version", "py310"]
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
- repo: https://github.com/econchick/interrogate
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"mkdocstrings[python]",
"pytkdocs[numpy-style]",
],
"dev": ["parameterized", "testflo", "black==24.1.1", "flake8==6.1.0", "pre-commit"],
"dev": ["parameterized", "testflo", "black==24.1.1", "flake8==7.0.0", "pre-commit"],
},
classifiers=[
"Operating System :: OS Independent",
Expand Down

0 comments on commit c3f4c06

Please sign in to comment.