We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42bd285 commit b85cf90Copy full SHA for b85cf90
.github/workflows/main.yml
@@ -33,6 +33,6 @@ jobs:
33
- name: Check imports
34
run: poetry run isort --check genfond tests
35
- name: Check formatting
36
- run: poetry run black genfond tests
+ run: poetry run black --check genfond tests
37
- name: Check types
38
run: poetry run mypy genfond tests
0 commit comments