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 4fb4441 commit fbeaec9Copy full SHA for fbeaec9
.github/workflows/development.yaml
@@ -110,7 +110,7 @@ jobs:
110
flake8 --ignore=E203,E722,W503 datajoint \
111
--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
+ black --required-version '24.2.0' --check -v datajoint tests
114
codespell:
115
name: Check for spelling errors
116
permissions:
0 commit comments