Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit d90adcc

Browse files
committed
Poe command for pyright
1 parent 38279fa commit d90adcc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ help = "Run tests"
7070
script = "tests.generate:main"
7171
help = "Generate test cases"
7272

73-
[tool.poe.tasks.types]
74-
cmd = "mypy src --ignore-missing-imports"
75-
help = "Check types with mypy"
73+
[tool.poe.tasks.typecheck]
74+
cmd = "pyright src"
75+
help = "Typecheck the code with Pyright"
7676

7777
[tool.poe.tasks.format]
7878
sequence = ["_format", "_sort-imports"]

0 commit comments

Comments
 (0)