Skip to content

Commit d1a28b0

Browse files
committed
Update black action
1 parent feb0b74 commit d1a28b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/black.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ jobs:
1010
- uses: actions/setup-python@v2
1111
- uses: psf/black@stable
1212
with:
13-
black_args: ". --check"
13+
options: "--check"
14+
src: "."

0 commit comments

Comments
 (0)