Skip to content

Commit

Permalink
build: temporarily pin flake8<6 (#380)
Browse files Browse the repository at this point in the history
* temporarily pin flake8<6 due to incompatibility with flake8-import-order
  • Loading branch information
alexander-held authored Nov 24, 2022
1 parent 4181499 commit bb30815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"pytest-cov>=2.6.1", # no_cover support
"pydocstyle",
"check-manifest",
"flake8",
"flake8<6",
"flake8-bugbear",
"flake8-import-order",
"flake8-print",
Expand Down

0 comments on commit bb30815

Please sign in to comment.