Skip to content

Commit cbe8cbc

Browse files
Ruff: Add a lot of Bugbear rules (#12077)
1 parent cb09a3e commit cbe8cbc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

ruff.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,7 @@ select = [
8686
"FURB",
8787
"DOC202", "DOC403", "DOC502",
8888
"RUF",
89-
"B00",
90-
"B010",
91-
"B03",
92-
"B903",
93-
"B905",
89+
"B00", "B010", "B011", "B012", "B013", "B014", "B015", "B016", "B019", "B020", "B021", "B022", "B023", "B025", "B029", "B03", "B901", "B903", "B905", "B911",
9490
]
9591
ignore = [
9692
"E501",

0 commit comments

Comments
 (0)