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 56b4528 commit 6f36c23Copy full SHA for 6f36c23
.github/workflows/testing_pr.yml
@@ -50,7 +50,7 @@ jobs:
50
51
- name: Run black formatter on PyDMD source code
52
run: |
53
- black --check --diff --color pydmd/ utils/ tests/ setup.py
+ black --check --diff --color pydmd/ utils/ tests/
54
if [[ $? -ne "0" ]]; then
55
echo "Source code needs re-formatting"
56
exit 1
0 commit comments