diff --git a/Makefile b/Makefile index f3f054a..aaac430 100644 --- a/Makefile +++ b/Makefile @@ -11,3 +11,6 @@ typecheck: run-local: python -m pantalaimon.main --log-level debug --config ./contrib/pantalaimon.conf + +isort: + isort -y -p pantalaimon