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 a06d2af commit eaa6a03Copy full SHA for eaa6a03
.github/workflows/development.yaml
@@ -108,7 +108,8 @@ jobs:
108
- name: Run style tests
109
run: |
110
flake8 --ignore=E203,E722,W503 datajoint \
111
- --count --max-complexity=62 --max-line-length=127 --statistics
+ --count --max-complexity=62 --max-line-length=127 --statistics \
112
+ --per-file-ignores='datajoint/diagram.py:C901'
113
black --required-version '24.2.0' --check -v datajoint tests tests_old
114
codespell:
115
name: Check for spelling errors
0 commit comments