mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-26 21:33:12 +00:00
remove redundant line from ruff.toml (#11155)
This commit is contained in:
@@ -23,7 +23,6 @@ ignore = [
|
|||||||
# To fix:
|
# To fix:
|
||||||
"UP014", # Convert `xxx` from `NamedTuple` functional to class syntax
|
"UP014", # Convert `xxx` from `NamedTuple` functional to class syntax
|
||||||
"UP024", # Replace aliased errors with `OSError`
|
"UP024", # Replace aliased errors with `OSError`
|
||||||
"UP028", # Replace `yield` over `for` loop with `yield from`
|
|
||||||
"UP030", # Use implicit references for positional format fields
|
"UP030", # Use implicit references for positional format fields
|
||||||
"UP031", # Use format specifiers instead of percent format
|
"UP031", # Use format specifiers instead of percent format
|
||||||
"UP041", # Replace aliased errors with `TimeoutError`
|
"UP041", # Replace aliased errors with `TimeoutError`
|
||||||
|
|||||||
Reference in New Issue
Block a user