Fix warning in black job.

This commit is contained in:
Dan Albert 2022-07-27 20:11:30 -07:00
parent 07ac8957c8
commit 6437700a61

View File

@ -11,7 +11,8 @@ jobs:
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2
- uses: psf/black@stable - uses: psf/black@stable
with: with:
args: ". --check" src: "."
options: "--check"
mypy: mypy:
name: Type checking name: Type checking