Skip to content

Commit 772e453

Browse files
authored
Update development.yaml
1 parent f7e5bc0 commit 772e453

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)