Skip to content

Commit 085fda0

Browse files
committed
fix code style
1 parent 0c95d98 commit 085fda0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
- uses: actions/checkout@v2
1010
- uses: psf/black@stable
1111
with:
12-
options: "--check --verbose -l 120"
12+
options: "--check --diff --verbose -l 120"
1313
src: "./mergin"

0 commit comments

Comments
 (0)