Skip to content

Commit 879637b

Browse files
committed
mypy is too slow to scan .venv
1 parent 9fcb823 commit 879637b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pythonpackage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
max-parallel: 4
11+
env:
12+
RUFF_OUTPUT_FORMAT: github
1113

1214
steps:
1315
- uses: actions/checkout@v4
@@ -18,9 +20,7 @@ jobs:
1820
cache-dependency-glob: "uv.lock"
1921
- run: uv sync --all-extras --dev
2022
- uses: astral-sh/ruff-action@v3
21-
env:
22-
RUFF_OUTPUT_FORMAT: github
23-
- run: uv run mypy .
23+
- run: uv run mypy src/ tests/
2424
- run: uv run pytest
2525
- uses: codecov/codecov-action@v4
2626
with:

0 commit comments

Comments
 (0)