Skip to content

Commit

Permalink
enforce black command corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
loechel committed Mar 21, 2018
1 parent ce0fe63 commit 28d0ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -152,7 +152,7 @@ basepython = python3.6
skipp_install = true
deps = black
commands =
black -l 80 --check src tests
black -l 80 src tests

[testenv:docs]
deps =
Expand Down

0 comments on commit 28d0ca8

Please sign in to comment.