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 5c0d2c4 commit 25639d2Copy full SHA for 25639d2
.github/workflows/teststyle.yml
@@ -26,4 +26,4 @@ jobs:
26
- name: Check Style
27
run: |
28
pip install black==19.3b0 codecov
29
- black --check pydra tools setup.py
+ black --check pydra setup.py
0 commit comments