Add explicit formatting targets

This commit is contained in:
Aleksi Häkli 2019-09-28 19:32:35 +03:00
parent 93bb73552e
commit 643da6d7ad
No known key found for this signature in database
GPG key ID: 3E7146964D726BBE

View file

@ -28,6 +28,5 @@ commands =
pytest
{py36,py37}: mypy axes
{py36,py37}: prospector
{py36,py37}: black --check --diff axes
setenv =
{py36,py37}: black -t py36 --check --diff axes
PYTHONDONTWRITEBYTECODE=1