diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b845d26..274f0d1 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -63,7 +63,7 @@ jobs: - uses: actions/checkout@v4 - uses: ./.github/actions/poetrybuild - name: Lint with pylint - run: poetry run pylint complassist/ + run: poetry run pylint --disable=fixme complassist/ formatting: runs-on: ubuntu-22.04