diff --git a/Makefile b/Makefile index 0f11e26..1ac4315 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,3 @@ clean: check: python -m mypy . python -m pylint -j 4 ./showdialog - -format: - python -m autopep8 -r --in-place ./showdialog