Skip to content

Commit bbd25c5

Browse files
authored
Adding --diff flag to black formatting in CI (#131)
1 parent bb56514 commit bbd25c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
flake8 --max-line-length=127
4848
- name: Formatting check with black
4949
run: |
50-
black . --check
50+
black . --check --diff
5151
- name: Type check with mypy
5252
run: |
5353
mypy .

0 commit comments

Comments
 (0)