mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-02-03 23:41:51 +00:00
fix ruff case UP030 (#11189)
* fix ruff case UP030 * add changelog frag * formatting * suggestion from review
This commit is contained in:
parent
9a3e26ad98
commit
1c678f5c07
5 changed files with 12 additions and 10 deletions
|
|
@ -22,7 +22,6 @@ ignore = [
|
|||
"UP045", # Use `X | None` for type annotations - needs Python 3.10+
|
||||
# To fix:
|
||||
"UP024", # Replace aliased errors with `OSError`
|
||||
"UP030", # Use implicit references for positional format fields
|
||||
"UP031", # Use format specifiers instead of percent format
|
||||
"UP041", # Replace aliased errors with `TimeoutError`
|
||||
"B026", # star-arg-unpacking-after-keyword-arg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue