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 76f02f5
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,17 @@ jobs:
fail_ci_if_error: false
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 ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${DEFAULT_PYTHON}
- 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 76f02f5

Please sign in to comment.