Skip to content

Commit

Permalink
remove pylint from 3.12 static checking
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonLuttenberger committed Dec 18, 2023
1 parent 1f18afc commit bc2f6ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/static-checking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc2f6ba

Please sign in to comment.