forked from LBRYCommunity/lbry-sdk
.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 torba && pylint --rcfile=setup.cfg torba
|
||||
cd torba && mypy --ignore-missing-imports torba
|
||||
|
||||
idea:
|
||||
mkdir -p .idea
|
||||
cp -r lbry/scripts/idea/* .idea/
|
||||
|
|
Loading…
Reference in a new issue