Skip to content

Commit

Permalink
Ignore datajoint/diagram.py flake8 complexity
Browse files Browse the repository at this point in the history
  • Loading branch information
ethho committed Sep 6, 2024
1 parent a06d2af commit eaa6a03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ jobs:
- name: Run style tests
run: |
flake8 --ignore=E203,E722,W503 datajoint \
--count --max-complexity=62 --max-line-length=127 --statistics
--count --max-complexity=62 --max-line-length=127 --statistics \
--per-file-ignores='datajoint/diagram.py:C901'
black --required-version '24.2.0' --check -v datajoint tests tests_old
codespell:
name: Check for spelling errors
Expand Down

0 comments on commit eaa6a03

Please sign in to comment.