Enable more lints with ruff

This commit is contained in:
Lillian Violet 2024-09-10 15:03:55 +02:00
parent 8d36a530a8
commit 17200daa04

View file

@ -87,6 +87,7 @@
yapf = {enabled = false;};
ruff = {
enabled = true;
select = ["E" "F" "UP" "B" "SIM" "I" "PD"];
ignore = ["F401"];
lineLength = 120;
};