Enable more lints with ruff
This commit is contained in:
parent
8d36a530a8
commit
17200daa04
|
@ -87,6 +87,7 @@
|
||||||
yapf = {enabled = false;};
|
yapf = {enabled = false;};
|
||||||
ruff = {
|
ruff = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
|
select = ["E" "F" "UP" "B" "SIM" "I" "PD"];
|
||||||
ignore = ["F401"];
|
ignore = ["F401"];
|
||||||
lineLength = 120;
|
lineLength = 120;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue