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 6f64d83 commit 6784770Copy full SHA for 6784770
local-docker-compose.yml
@@ -90,7 +90,7 @@ services:
90
# nosetests -vs --tests=tests.test_external_class:test_insert_and_fetch; #run specific basic test
91
# nosetests -vs --tests=tests.test_fetch:TestFetch.test_getattribute_for_fetch1; #run specific Class test
92
# flake8 datajoint --count --select=E9,F63,F7,F82 --show-source --statistics
93
- # flake8 --ignore=E121,E123,E126,E226,E24,E704,W503,W504,E722,F401,W605,E203 datajoint --count --max-complexity=62 --max-line-length=127 --statistics
+ # flake8 --ignore=E203,E722,F401,W503 datajoint --count --max-complexity=62 --max-line-length=127 --statistics
94
# black datajoint --check -v
95
## Interactive Jupyter Notebook environment
96
jupyter notebook &
0 commit comments