We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42a4c03 commit a1302ffCopy full SHA for a1302ff
.github/workflows/lint-test.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Check code formatting with Black
26
run: |
27
black --version
28
- black --check .
+ black --check --diff .
29
- name: Type check with Mypy
30
31
mypy --version
0 commit comments