File size: 584 Bytes
dab2de2
 
d5ff673
efedef5
8e72bb5
7dce6dc
 
 
 
1
2
3
4
5
6
7
8
9
10
REM nodemon -V -w radiobee -x "sleep 3 && python -m radiobee"
REM nodemon -V -w radiobee -x python -m radiobee
REM nodemon -V -w radiobee -x py -3.8 -m radiobee
REM nodemon -V -w radiobee -x "run-p pyright flake8 && py -3.8 -m radiobee"
REM nodemon -V -w radiobee -x "run-p pyright-radiobee && py -3.8 -m radiobee"
REM nodemon -V -w radiobee -x "pyright radiobee && py -3.8 -m radiobee"

REM E501 line-too-long, F401, unused import, W293 blank line contains whitespace
nodemon -V -w radiobee -x "flake8.exe --max-complexity=55 --ignore=E501,F401,W293 radiobee && py -3.8 -m radiobee"