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 9364609 commit fee1ca5Copy full SHA for fee1ca5
.github/workflows/development.yaml
@@ -47,6 +47,6 @@ jobs:
47
run: docker-compose -f LNX-docker-compose.yml up --build --exit-code-from app
48
- name: Run style tests
49
run: |
50
- flake8 --ignore=E121,E123,E126,E226,E24,E704,W503,W504,E722,F401,W605,E203 datajoint \
+ flake8 --ignore=E203,E722,F401,W503 datajoint \
51
--count --max-complexity=62 --max-line-length=127 --statistics
52
black datajoint --check -v
0 commit comments