Skip to content

Commit 6784770

Browse files
committed
update local docker compose
1 parent 6f64d83 commit 6784770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

local-docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ services:
9090
# nosetests -vs --tests=tests.test_external_class:test_insert_and_fetch; #run specific basic test
9191
# nosetests -vs --tests=tests.test_fetch:TestFetch.test_getattribute_for_fetch1; #run specific Class test
9292
# 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
93+
# flake8 --ignore=E203,E722,F401,W503 datajoint --count --max-complexity=62 --max-line-length=127 --statistics
9494
# black datajoint --check -v
9595
## Interactive Jupyter Notebook environment
9696
jupyter notebook &

0 commit comments

Comments
 (0)