Files
ruff/.github/ty-ecosystem.toml
David Peter dc59ffa9c6 [ty] Remove the mypy_primer CI workflow (#24016)
## Summary

Remove the mypy_primer CI workflow and several files/scripts associated
with it.

## Test Plan

Successful CI run on this PR
2026-03-17 15:49:55 +01:00

11 lines
287 B
TOML

#:schema ../ty.schema.json
# Configuration overrides for ty ecosystem analysis
# Enable off-by-default rules.
[rules]
division-by-zero = "warn"
possibly-missing-attribute = "warn"
possibly-missing-import = "warn"
possibly-unresolved-reference = "warn"
unsupported-dynamic-base = "warn"