Skip to content

Commit 54d16ef

Browse files
Merge branch 'master' of github.com:datajoint/datajoint-python
2 parents 11be64d + ddcdc72 commit 54d16ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/development.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
flake8 --ignore=E203,E722,W503 datajoint \
112112
--count --max-complexity=62 --max-line-length=127 --statistics \
113113
--per-file-ignores='datajoint/diagram.py:C901'
114-
black --required-version '24.2.0' --check -v datajoint tests
114+
black --required-version '24.2.0' --check -v datajoint tests --diff
115115
codespell:
116116
name: Check for spelling errors
117117
permissions:

0 commit comments

Comments
 (0)