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 f7e5bc0 commit 772e453Copy full SHA for 772e453
.github/workflows/development.yaml
@@ -111,7 +111,7 @@ jobs:
111
flake8 --ignore=E203,E722,W503 datajoint \
112
--count --max-complexity=62 --max-line-length=127 --statistics \
113
--per-file-ignores='datajoint/diagram.py:C901'
114
- black --required-version '24.2.0' --check -v datajoint tests
+ black --required-version '24.2.0' --check -v datajoint tests --diff
115
codespell:
116
name: Check for spelling errors
117
permissions:
0 commit comments