Skip to content

Commit 254ffe1

Browse files
committed
remove verbose flag
1 parent 8c0ab2a commit 254ffe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: psf/black@stable
1919
with:
20-
options: "--check --verbose"
20+
options: "--check"
2121
src: "."
2222
jupyter: true
2323
version: "24.3"

0 commit comments

Comments
 (0)