mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-09-15 02:11:36 -04:00
Makefile: Add isort target.
This commit is contained in:
parent
e9d0f52a5c
commit
25283129a9
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -11,3 +11,6 @@ typecheck:
|
|||
|
||||
run-local:
|
||||
python -m pantalaimon.main --log-level debug --config ./contrib/pantalaimon.conf
|
||||
|
||||
isort:
|
||||
isort -y -p pantalaimon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue