Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institut für Informatik
dbis
dbis-teaching
data-engineering-analytics-notebooks
Commits
0f7bbccc
Commit
0f7bbccc
authored
Oct 20, 2021
by
Eva Zangerle
Browse files
added shell script for notebook quality assurance and formatting
parent
d7e00bca
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
perform_notebook_qa.sh
perform_notebook_qa.sh
+5
-0
No files found.
perform_notebook_qa.sh
0 → 100755
View file @
0f7bbccc
cd
notebooks
py.test
--nbval
$1
nbqa isort
$1
nbqa black
--line-length
=
79
$1
nbqa flake8
$1
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment