Skip to content

Commit deae4a0

Browse files
committed
pin flake8
1 parent 8fb3819 commit deae4a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def lint(session):
6161
Returns a failure if the linters find linting errors or sufficiently
6262
serious code quality issues.
6363
"""
64-
session.install("flake8", BLACK_VERSION)
64+
session.install("flake8==6.0.0", BLACK_VERSION)
6565
session.install(".")
6666
session.run(
6767
"black",

0 commit comments

Comments
 (0)