diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index edd3be38..d7d16190 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,5 +12,3 @@ jobs: steps: - uses: actions/checkout@v4 - uses: psf/black@stable - with: - options: "--check --verbose"