| #:schema ../ty.schema.json |
| # Configuration overrides for ty ecosystem analysis |
| |
| # Enable off-by-default rules. |
| [rules] |
| blanket-ignore-comment = "warn" |
| disjoint-cast = "warn" |
| division-by-zero = "warn" |
| dynamic-function-decorator-return = "warn" |
| missing-type-argument = "warn" |
| possibly-missing-attribute = "warn" |
| possibly-missing-import = "warn" |
| possibly-unresolved-reference = "warn" |
| unsound-assignment = "warn" |
| unsound-return-statement = "warn" |
| unsound-yield = "warn" |
| unsupported-dynamic-base = "warn" |
| redundant-condition-strict = "warn" |