We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19e3898 commit b4b4abdCopy full SHA for b4b4abd
check_code
@@ -0,0 +1,8 @@
1
+#!/usr/bin/env bash
2
+#
3
+# Run test and linter steps
4
5
+source env/bin/activate
6
7
+pytest jupyter_plotly_dash --cov=jupyter_plotly_dash --cov-report term-missing
8
+pylint jupyter_plotly_dash
0 commit comments