mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-08-23 17:27:25 +00:00
.idea directory now requires running make idea first
This commit is contained in:
parent
0d2804ce55
commit
e6d42b5319
5 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -6,3 +6,7 @@ lint:
|
||||||
cd lbry && pylint lbry
|
cd lbry && pylint lbry
|
||||||
cd torba && pylint --rcfile=setup.cfg torba
|
cd torba && pylint --rcfile=setup.cfg torba
|
||||||
cd torba && mypy --ignore-missing-imports torba
|
cd torba && mypy --ignore-missing-imports torba
|
||||||
|
|
||||||
|
idea:
|
||||||
|
mkdir -p .idea
|
||||||
|
cp -r lbry/scripts/idea/* .idea/
|
||||||
|
|
Loading…
Add table
Reference in a new issue