mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
[PR #11189/1c678f5c backport][stable-12] fix ruff case UP030 (#11195)
fix ruff case UP030 (#11189)
* fix ruff case UP030
* add changelog frag
* formatting
* suggestion from review
(cherry picked from commit 1c678f5c07)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user