Skip to content

Commit 6f36c23

Browse files
committed
nn
1 parent 56b4528 commit 6f36c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
- name: Run black formatter on PyDMD source code
5252
run: |
53-
black --check --diff --color pydmd/ utils/ tests/ setup.py
53+
black --check --diff --color pydmd/ utils/ tests/
5454
if [[ $? -ne "0" ]]; then
5555
echo "Source code needs re-formatting"
5656
exit 1

0 commit comments

Comments
 (0)