Skip to content

Commit

Permalink
Pin Flake8 <6.
Browse files Browse the repository at this point in the history
  • Loading branch information
trexfeathers committed Nov 24, 2022
1 parent bd64aef commit 22a6f63
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion noxfile.py
Expand Up @@ -287,7 +287,7 @@ def flake8(session: nox.sessions.Session):
"""
# Pip install the session requirements.
session.install("flake8", "flake8-docstrings", "flake8-import-order")
session.install("flake8<6", "flake8-docstrings", "flake8-import-order")
# Execute the flake8 linter on the package.
session.run("flake8", PACKAGE)
# Execute the flake8 linter on this file.
Expand Down
2 changes: 1 addition & 1 deletion requirements/py310.yml
Expand Up @@ -21,7 +21,7 @@ dependencies:
- asv
- black=22.3.0
- codecov
- flake8
- flake8<6
- flake8-docstrings
- flake8-import-order
- nox
Expand Down
2 changes: 1 addition & 1 deletion requirements/py38.yml
Expand Up @@ -21,7 +21,7 @@ dependencies:
- asv
- black=22.3.0
- codecov
- flake8
- flake8<6
- flake8-docstrings
- flake8-import-order
- nox
Expand Down
2 changes: 1 addition & 1 deletion requirements/py39.yml
Expand Up @@ -21,7 +21,7 @@ dependencies:
- asv
- black=22.3.0
- codecov
- flake8
- flake8<6
- flake8-docstrings
- flake8-import-order
- nox
Expand Down

0 comments on commit 22a6f63

Please sign in to comment.