Skip to content

Commit ab237de

Browse files
committed
Drop mypy check
1 parent 6656d18 commit ab237de

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ jobs:
4646
- name: Run tests
4747
run: uv run python -m pytest tests --cov --cov-config=pyproject.toml --cov-report=xml
4848

49-
- name: Check typing
50-
run: uv run mypy
51-
5249
- name: Upload coverage reports to Codecov with GitHub Action on Python 3.11
5350
uses: codecov/codecov-action@v4
5451
if: ${{ matrix.python-version == '3.11' }}

0 commit comments

Comments
 (0)