We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e44918a commit b3f992bCopy full SHA for b3f992b
1 file changed
.github/workflows/python-package.yml
@@ -28,7 +28,7 @@ jobs:
28
run: poetry --help
29
30
- name: Formatting with black
31
- run: poetry run black . --check
+ run: poetry run black --check
32
33
- name: Test with pytest
34
run: poetry run pytest -n 2
0 commit comments