diff --git a/Makefile b/Makefile index e6cb2aa..5340686 100644 --- a/Makefile +++ b/Makefile @@ -55,4 +55,4 @@ check: .venv/bin/tox # Code format check with isort and black tox -epep8 fix: .venv/bin/tox # fixes code formatting with isort and black - tox -efmt + tox -efmt \ No newline at end of file