Skip to content

Commit

Permalink
Update mypy action
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-thom committed Oct 28, 2024
1 parent c2b125c commit eb51d55
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,17 @@ jobs:
verbose: true
mypy:
runs-on: ubuntu-latest
name: "mypy"
steps:
- uses: davidslusser/[email protected]
with:
src: "src"
options: "--ignore-missing-imports"
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install ".[dev]"
mypy
ruff:
runs-on: ubuntu-latest
name: "ruff"
Expand Down

0 comments on commit eb51d55

Please sign in to comment.