Avoid warning in GitHub workflow.

(cherry picked from commit 4ec8994c38)
This commit is contained in:
Dan Albert
2021-02-25 17:32:33 -08:00
parent ed89c49fd4
commit 39bd6e3c10

View File

@@ -10,4 +10,4 @@ jobs:
- uses: actions/setup-python@v2
- uses: psf/black@stable
with:
black_args: ". --check"
args: ". --check"