Makefile: Add an isort target.
This commit is contained in:
parent
2f5590bf38
commit
9faa100c6a
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,9 @@ test: olm-python2 olm-python3
|
|||
PYTHONPATH=install-temp/3 python3 -m pytest --cov --cov-branch --benchmark-disable
|
||||
rm -rf install-temp
|
||||
|
||||
isort:
|
||||
isort -y -p olm
|
||||
|
||||
clean:
|
||||
rm -rf python_olm.egg-info/ dist/ __pycache__/
|
||||
rm -rf *.so _libolm.o
|
||||
|
|
Loading…
Reference in a new issue