Skip to content

Commit a1302ff

Browse files
committed
add diff to black
Signed-off-by: Salvatore Daniele <[email protected]>
1 parent 42a4c03 commit a1302ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Check code formatting with Black
2626
run: |
2727
black --version
28-
black --check .
28+
black --check --diff .
2929
- name: Type check with Mypy
3030
run: |
3131
mypy --version

0 commit comments

Comments
 (0)