mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:04 +00:00
[ty] ignore possibly-unresolved-reference by default
This commit is contained in:
parent
ce0800fccf
commit
f16e5fa21a
1 changed files with 1 additions and 1 deletions
|
@ -851,7 +851,7 @@ declare_lint! {
|
|||
pub(crate) static POSSIBLY_UNRESOLVED_REFERENCE = {
|
||||
summary: "detects references to possibly undefined names",
|
||||
status: LintStatus::preview("1.0.0"),
|
||||
default_level: Level::Warn,
|
||||
default_level: Level::Ignore,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue