Skip to content

Commit

Permalink
added flake8<6.0.0 for bug flake8<6.0.0 # PyCQA/flake8-import-order#189
Browse files Browse the repository at this point in the history
  • Loading branch information
nishant-dash committed Nov 28, 2022
1 parent f936d9b commit 16b3ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ commands =
black --check --exclude "/(\.eggs|\.git|\.tox|\.venv|\.build|dist|charmhelpers|mod)/" .
deps =
black
flake8
flake8<6.0.0 # https://github.com/PyCQA/flake8-import-order/issues/189
flake8-docstrings
flake8-import-order
pep8-naming
Expand Down

0 comments on commit 16b3ee2

Please sign in to comment.