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 13
13
"private::build.jupyterlab" : " cd \\ @plotly/dash-jupyterlab && jlpm install && jlpm build:pack" ,
14
14
"private::lint.black" : " node -e \" if ((process.env.PYVERSION || 'python312') !== 'python38'){process.exit(1)} \" || black dash tests --exclude metadata_test.py --check" ,
15
15
"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" ,
18
18
"private::lint.renderer" : " cd dash/dash-renderer && npm run lint" ,
19
19
"private::test.setup-components" : " cd \\ @plotly/dash-test-components && npm ci && npm run build" ,
20
20
"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