diff --git a/Makefile b/Makefile index 322b5bc43..0ed453705 100644 --- a/Makefile +++ b/Makefile @@ -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 .