Skip to content

Commit 6abfb50

Browse files
gbaian10Lee-W
authored andcommitted
build(ruff): add RUF022 & RUF100 rules
1 parent 0b7f8ff commit 6abfb50

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,10 @@ select = [
195195
"UP",
196196
# isort
197197
"I",
198+
# unsorted-dunder-all
199+
"RUF022",
200+
# unused-noqa
201+
"RUF100",
198202
]
199203
ignore = ["E501", "D1", "D415"]
200204

0 commit comments

Comments
 (0)