diff --git a/.github/workflows/static-checking.yml b/.github/workflows/static-checking.yml index e41712c4f..02c3cb8b5 100644 --- a/.github/workflows/static-checking.yml +++ b/.github/workflows/static-checking.yml @@ -27,13 +27,13 @@ jobs: python -m pip install --upgrade pip python -m pip install poetry poetry config virtualenvs.create false --local - poetry install --extras "sqlserver" -vvv + poetry install --extras "sqlserver sparql" -vvv - name: mypy check run: mypy --install-types --non-interactive awswrangler - name: Flake8 Lint run: flake8 . - name: Pylint Lint - run: pylint -j 0 awswrangler + run: pylint -j 2 awswrangler - name: Black style run: black --check . - name: Imports order check (isort)