mirror of
https://github.com/astral-sh/ruff.git
synced 2026-03-27 03:12:10 +00:00
## Summary Remove the mypy_primer CI workflow and several files/scripts associated with it. ## Test Plan Successful CI run on this PR
11 lines
287 B
TOML
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"
|