mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-08-23 09:17:23 +00:00
8 lines
193 B
Makefile
8 lines
193 B
Makefile
install:
|
|
cd torba && pip install -e .
|
|
cd lbry && pip install -e .
|
|
|
|
lint:
|
|
cd lbry && pylint lbry
|
|
cd torba && pylint --rcfile=setup.cfg torba
|
|
cd torba && mypy --ignore-missing-imports torba
|