Avoid warning in GitHub workflow.

This commit is contained in:
Dan Albert 2021-02-25 17:32:33 -08:00
parent 49d6cece50
commit 4ec8994c38

View File

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