Skip to content

Commit e87d64c

Browse files
gbaian10Lee-W
authored andcommitted
build(ruff): add RUF022 & RUF100 rules
1 parent 32525dc commit e87d64c

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
@@ -194,6 +194,10 @@ select = [
194194
"UP",
195195
# isort
196196
"I",
197+
# unsorted-dunder-all
198+
"RUF022",
199+
# unused-noqa
200+
"RUF100",
197201
]
198202
ignore = ["E501", "D1", "D415"]
199203

0 commit comments

Comments
 (0)