Skip to content

Commit fee1ca5

Browse files
committed
update flake8 params
1 parent 9364609 commit fee1ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/development.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ jobs:
4747
run: docker-compose -f LNX-docker-compose.yml up --build --exit-code-from app
4848
- name: Run style tests
4949
run: |
50-
flake8 --ignore=E121,E123,E126,E226,E24,E704,W503,W504,E722,F401,W605,E203 datajoint \
50+
flake8 --ignore=E203,E722,F401,W503 datajoint \
5151
--count --max-complexity=62 --max-line-length=127 --statistics
5252
black datajoint --check -v

0 commit comments

Comments
 (0)