We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb6723 commit ccd2d6cCopy full SHA for ccd2d6c
.github/workflows/test.yml
@@ -44,6 +44,12 @@ jobs:
44
- name: Install pandas-stubs and run tests on the installed stubs
45
run: poetry run poe test_dist
46
47
+ - name: Run ty on current repo
48
+ run: poetry run ty check pandas-stubs
49
+
50
51
+ run: poetry run ty check tests
52
53
precommit:
54
runs-on: ubuntu-latest
55
timeout-minutes: 10
pyproject.toml
@@ -33,6 +33,7 @@ packages = [{ "include" = "pandas-stubs" }]
33
python = ">=3.10"
34
types-pytz = ">= 2022.1.1"
35
numpy = ">= 1.23.5"
36
+ty = "^0.0.1a5"
37
38
[tool.poetry.group.dev.dependencies]
39
mypy = "1.15.0"
0 commit comments