Skip to content

Commit

Permalink
Update flake8 check to follow black's formatting
Browse files Browse the repository at this point in the history
Otherwise can run into issues that black formats lines one
way, but flake8 doesn't accept the formatting choices.

Signed-off-by: Gergely Imreh <[email protected]>
  • Loading branch information
imrehg committed Mar 19, 2020
1 parent d5da1d8 commit fe1bfcb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ commands = pytest {posargs}
skip_install = True
deps =
flake8
flake8-black
commands =
flake8
flake8 --select BLK

[testenv:black]
skip_install = True
Expand Down

0 comments on commit fe1bfcb

Please sign in to comment.