mirror of https://github.com/astral-sh/ruff
Enable F404 by default (#219)
This commit is contained in:
parent
f2fd7335ce
commit
9e0daac561
|
|
@ -94,6 +94,7 @@ impl Settings {
|
|||
CheckCode::E999,
|
||||
CheckCode::F401,
|
||||
CheckCode::F403,
|
||||
CheckCode::F404,
|
||||
CheckCode::F406,
|
||||
CheckCode::F407,
|
||||
CheckCode::F541,
|
||||
|
|
|
|||
Loading…
Reference in New Issue