Makefile: Add isort target.

This commit is contained in:
Damir Jelić 2019-05-14 21:50:48 +02:00
parent e9d0f52a5c
commit 25283129a9

View File

@ -11,3 +11,6 @@ typecheck:
run-local:
python -m pantalaimon.main --log-level debug --config ./contrib/pantalaimon.conf
isort:
isort -y -p pantalaimon