From bc2f6ba4c17d22d0fbbfe7ad011456bdd1dc7935 Mon Sep 17 00:00:00 2001 From: Leon Luttenberger Date: Mon, 18 Dec 2023 14:10:07 -0600 Subject: [PATCH] remove pylint from 3.12 static checking --- .github/workflows/static-checking.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/static-checking.yml b/.github/workflows/static-checking.yml index 3db9f6568..9c7e37e7f 100644 --- a/.github/workflows/static-checking.yml +++ b/.github/workflows/static-checking.yml @@ -50,6 +50,7 @@ jobs: if: ${{ matrix.python-version != '3.12' }} run: mypy --install-types --non-interactive awswrangler - name: Pylint Lint + if: ${{ matrix.python-version != '3.12' }} run: pylint -j 0 --disable=all --enable=R0913,R0915 awswrangler - name: Documentation check run: doc8 --max-line-length 120 docs/source