File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1313 "private::build.jupyterlab" : " cd \\ @plotly/dash-jupyterlab && jlpm install && jlpm build:pack" ,
1414 "private::lint.black" : " node -e \" if ((process.env.PYVERSION || 'python312') !== 'python38'){process.exit(1)} \" || black dash tests --exclude metadata_test.py --check" ,
1515 "private::lint.flake8" : " flake8 --exclude=metadata_test.py dash tests" ,
16- "private::lint.pylint-dash" : " PYLINTRC=${PYLINTRC:=.pylintrc39 } && pylint dash setup.py --rcfile=$PYLINTRC" ,
17- "private::lint.pylint-tests" : " PYLINTRC=${PYLINTRC:=.pylintrc39 } && pylint tests/unit tests/integration -d all --rcfile=$PYLINTRC" ,
16+ "private::lint.pylint-dash" : " PYLINTRC=${PYLINTRC:=.pylintrc312 } && pylint dash setup.py --rcfile=$PYLINTRC" ,
17+ "private::lint.pylint-tests" : " PYLINTRC=${PYLINTRC:=.pylintrc312 } && pylint tests/unit tests/integration -d all --rcfile=$PYLINTRC" ,
1818 "private::lint.renderer" : " cd dash/dash-renderer && npm run lint" ,
1919 "private::test.setup-components" : " cd \\ @plotly/dash-test-components && npm ci && npm run build" ,
2020 "private::test.setup-nested" : " cd \\ @plotly/dash-generator-test-component-nested && npm ci && npm run build" ,
You can’t perform that action at this time.
0 commit comments