We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feb0b74 commit d1a28b0Copy full SHA for d1a28b0
.github/workflows/black.yml
@@ -10,4 +10,5 @@ jobs:
10
- uses: actions/setup-python@v2
11
- uses: psf/black@stable
12
with:
13
- black_args: ". --check"
+ options: "--check"
14
+ src: "."
0 commit comments