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 da1fb64 commit 98e64a1Copy full SHA for 98e64a1
.github/workflows/development.yaml
@@ -79,7 +79,7 @@ jobs:
79
flake8 --ignore=E203,E722,F401,W503 datajoint \
80
--count --max-complexity=62 --max-line-length=127 --statistics
81
black datajoint --check -v
82
- black tests --check -v
+ black tests --check -v
83
publish-docs:
84
if: |
85
github.event_name == 'push' &&
0 commit comments