Skip to content

Commit 8efb4ba

Browse files
committed
Use --diff in CI, resolve #2816
1 parent 732de02 commit 8efb4ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lints.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
continue-on-error: true
3232
- name: Black and flake8
3333
run: |
34-
black . --check
34+
black . --diff

0 commit comments

Comments
 (0)