mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
Remove RUF013 from ignored rules
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user