We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
implicit-optional
1 parent 8255998 commit 20639a6Copy full SHA for 20639a6
.ruff.toml
@@ -18,7 +18,5 @@ ignore = [
18
19
"B006", # mutable-argument-default
20
"F401", # unused-import
21
- "RUF013", # implicit-optional
22
-
23
"B010", # set-attr-with-constant
24
]
0 commit comments