Skip to content

Commit 66471a1

Browse files
gbaian10bearomorphism
authored andcommitted
build(ruff): add RUF022 & RUF100 rules
1 parent 2ae8a65 commit 66471a1

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)