Skip to content

Commit eaa6a03

Browse files
committed
Ignore datajoint/diagram.py flake8 complexity
1 parent a06d2af commit eaa6a03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/development.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ jobs:
108108
- name: Run style tests
109109
run: |
110110
flake8 --ignore=E203,E722,W503 datajoint \
111-
--count --max-complexity=62 --max-line-length=127 --statistics
111+
--count --max-complexity=62 --max-line-length=127 --statistics \
112+
--per-file-ignores='datajoint/diagram.py:C901'
112113
black --required-version '24.2.0' --check -v datajoint tests tests_old
113114
codespell:
114115
name: Check for spelling errors

0 commit comments

Comments
 (0)