Add all the features for ruff I want
This commit is contained in:
parent
17200daa04
commit
76248fcd2c
|
@ -87,7 +87,7 @@
|
|||
yapf = {enabled = false;};
|
||||
ruff = {
|
||||
enabled = true;
|
||||
select = ["E" "F" "UP" "B" "SIM" "I" "PD"];
|
||||
select = ["E" "F" "UP" "B" "SIM" "I" "PD" "NPY" "PERF" "FURB" "DOC" "TRY" "W" "R" "PL" "TCH" "Q" "PT" "ICN" "C4" "COM" "FBT" "S" "N"];
|
||||
ignore = ["F401"];
|
||||
lineLength = 120;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue