Display black output in tests
This should make fixing it much easier since it will directly tell users what it doesn't like. Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
16d6e5b0dd
commit
887c68d05d
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -13,7 +13,7 @@ deps =
|
|||
black
|
||||
commands =
|
||||
{[testenv]commands}
|
||||
black --check pungi pungi_utils setup.py tests --exclude tests/_composes
|
||||
black --check --diff pungi pungi_utils setup.py tests --exclude tests/_composes
|
||||
|
||||
[flake8]
|
||||
exclude = doc/*,*.pyc,*.py~,*.in,*.spec,*.sh,*.rst
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue