Skip to content

Commit f0fabb9

Browse files
committed
fix black
1 parent 608aa7b commit f0fabb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"license": "UNLICENSED",
44
"scripts": {
5-
"private::format.black": "black dash tests --exclude metadata_test.py",
5+
"private::format.black": "black dash tests --exclude 'metadata_test.py|node_modules'",
66
"private::format.renderer": "cd dash/dash-renderer && npm run format",
77
"private::format.dcc": "cd components/dash-core-components && npm run format",
88
"private::format.table": "cd components/dash-table && npm run format",
@@ -12,7 +12,7 @@
1212
"private::cibuild.renderer": "cd dash/dash-renderer && rimraf build/dash_renderer.min.js && renderer build && sh renderer-test.sh",
1313
"private::build.renderer": "cd dash/dash-renderer && rimraf build/dash_renderer.min.js && renderer build && sh renderer-test.sh",
1414
"private::build.jupyterlab": "cd @plotly/dash-jupyterlab && jlpm install && jlpm build:pack",
15-
"private::lint.black": "black dash tests --exclude metadata_test.py --check",
15+
"private::lint.black": "black dash tests --exclude 'metadata_test.py|node_modules' --check",
1616
"private::lint.flake8": "flake8 dash tests",
1717
"private::lint.pylint-dash": "pylint dash setup.py --rcfile=.pylintrc",
1818
"private::lint.pylint-tests": "pylint tests/unit tests/integration -d all -e C0410,C0413,W0109 --rcfile=.pylintrc",

0 commit comments

Comments
 (0)