From 59478a336d73f5c22f039e06930adcef4b049991 Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Tue, 13 Aug 2024 10:34:35 +0200 Subject: [PATCH] do not error pylint on TODO --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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