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 bb56514 commit bbd25c5Copy full SHA for bbd25c5
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
flake8 --max-line-length=127
48
- name: Formatting check with black
49
run: |
50
- black . --check
+ black . --check --diff
51
- name: Type check with mypy
52
53
mypy .
0 commit comments