Skip to content

Commit ff96e5e

Browse files
committed
build(ruff): add RUF022 & RUF100 rules
1 parent 0e7a06c commit ff96e5e

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)