mirror of
https://github.com/astral-sh/ruff
synced 2026-01-11 00:24:13 -05:00
[ty] Disable possibly-missing-imports by default (#22041)
@carljm put forth a reasonably compelling argument that just disabling this lint might be advisable. If we agree, here's the implementation. * Fixes https://github.com/astral-sh/ty/issues/309 --------- Co-authored-by: Carl Meyer <carl@astral.sh>
This commit is contained in:
1
.github/mypy-primer-ty.toml
vendored
1
.github/mypy-primer-ty.toml
vendored
@@ -4,5 +4,6 @@
|
||||
# Enable off-by-default rules.
|
||||
[rules]
|
||||
possibly-unresolved-reference = "warn"
|
||||
possibly-missing-import = "warn"
|
||||
unused-ignore-comment = "warn"
|
||||
division-by-zero = "warn"
|
||||
|
||||
Reference in New Issue
Block a user