Skip to content

Commit 20639a6

Browse files
committed
build(ruff): Remove implicit-optional from ignored rules list
1 parent 8255998 commit 20639a6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.ruff.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,5 @@ ignore = [
1818

1919
"B006", # mutable-argument-default
2020
"F401", # unused-import
21-
"RUF013", # implicit-optional
22-
2321
"B010", # set-attr-with-constant
2422
]

0 commit comments

Comments
 (0)