Skip to content

Commit

Permalink
Use python packaged pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Apr 29, 2024
1 parent ccdff2e commit fa8c7b3
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 71 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
- name: Lint
if: ${{ matrix.check-lint }}
run: |
poetry run ruff check mypy_boto3_builder
poetry run ruff check scripts
poetry run ruff check mypy_boto3_builder --output-format github
poetry run ruff check scripts --output-format github
- name: Set up Node
if: ${{ matrix.check-typing }}
uses: actions/setup-node@v4
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Typing
if: ${{ matrix.check-typing }}
run: |
poetry run npx pyright mypy_boto3_builder
poetry run pyright mypy_boto3_builder
- name: Test
run: |
poetry run pytest
Loading

0 comments on commit fa8c7b3

Please sign in to comment.