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 27117d0 commit 5d63023Copy full SHA for 5d63023
extras/environment.yml
@@ -5,6 +5,7 @@ channels:
5
dependencies:
6
# local development
7
- black
8
+ - mdformat
9
- nbqa
10
- notebook
11
- jupyter_contrib_nbextensions
extras/scripts/update.sh
@@ -12,3 +12,5 @@ jupyter nbconvert \
12
"$NOTEBOOK"
13
14
nbqa black "$NOTEBOOK"
15
+# https://github.com/nbQA-dev/nbQA/issues/555#issuecomment-974651504
16
+nbqa mdformat "$NOTEBOOK" --nbqa-md
0 commit comments