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 ae2335d commit af3281dCopy full SHA for af3281d
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
- run: poetry run pytest
19
- run: poetry run flake8 --show-source
20
if: ${{ success() || failure() }}
21
- - run: poetry run black --check --diff
+ - run: poetry run black --check --diff .
22
23
- run: poetry run make -C docs/ html
24
0 commit comments