We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72ef4fd commit f068e2eCopy full SHA for f068e2e
1 file changed
.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 datajoint \
+ flake8 --ignore=E121,E123,E126,E226,E24,E704,W503,W504,E722,F401,W605,E203 datajoint \
51
--count --max-complexity=62 --max-line-length=127 --statistics
52
black datajoint --check -v
0 commit comments