lint-fix target, currently including black

This commit is contained in:
Eric Soroos 2020-12-31 16:39:10 +01:00
parent 35c396c1e6
commit 31b6e80f6e

View File

@ -110,3 +110,7 @@ readme:
lint:
tox --help > /dev/null || python3 -m pip install tox
tox -e lint
.PHONY: lint-fix
lint-fix:
black --target-version py36 .