Skip to content

Commit 4fd0994

Browse files
black linter action
1 parent e2b8480 commit 4fd0994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/black-formatter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- uses: psf/black@stable
1717
with:
18-
options: "--check --verbose"
18+
options: "--check --verbose --diff"
1919
version: "~= 22.0"

0 commit comments

Comments
 (0)