Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ jobs:
- name: Install pandas-stubs and run tests on the installed stubs
run: poetry run poe test_dist

- name: Run ty on current repo
run: poetry run ty check tests

- name: Run ty on current repo
run: poetry run ty check pandas-stubs

precommit:
runs-on: ubuntu-latest
timeout-minutes: 10
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ packages = [{ "include" = "pandas-stubs" }]
python = ">=3.10"
types-pytz = ">= 2022.1.1"
numpy = ">= 1.23.5"
ty = "^0.0.1a5"

[tool.poetry.group.dev.dependencies]
mypy = "1.15.0"
Expand Down
Loading