Skip to content
Merged
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
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ no_default_groups = true
[testenv:type]
description = run type check on code base
commands =
ty check src --error unused-ignore-comment
ty check src --error unused-ignore-comment --error redundant-cast --error possibly-missing-attribute
Comment thread
coderabbitai[bot] marked this conversation as resolved.
dependency_groups = type

[testenv:docs]
Expand Down
Loading