diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 179164bc..a97e2f61 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,7 +11,8 @@ jobs: - uses: actions/setup-python@v2 - uses: psf/black@stable with: - args: ". --check" + src: "." + options: "--check" mypy: name: Type checking