Remove RUF013 from ignored rules

This commit is contained in:
awsr
2026-03-20 18:42:00 -07:00
parent 79bf0f8c1d
commit 783f20b5d7
-1
View File
@@ -97,7 +97,6 @@ ignore = [
"RUF008", # Do not use mutable default values for dataclass
"RUF010", # Use explicit conversion flag
"RUF012", # Mutable class attributes
"RUF013", # PEP 484 prohibits implicit `Optional`
"RUF015", # Prefer `next(...)` over single element slice
"RUF022", # All is not sorted
"RUF046", # Value being cast to `int` is already an integer