Skip to content

Commit 103f602

Browse files
committed
fix(ci): remove pyright from CI lint - hangs in GitHub Actions
Pyright requires a Node.js installation via nodeenv which is unreliable in CI. mypy strict mode provides equivalent type coverage. Developers can still run pyright locally.
1 parent 92f096a commit 103f602

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ commands_pre =
3232
commands =
3333
ruff check .
3434
mypy
35-
pyright
3635

3736
[testenv:format]
3837
description = Format the code

0 commit comments

Comments
 (0)