1
0
Fork 0
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:
Alexei Znamensky 2025-11-23 20:37:41 +13:00 committed by GitHub
parent 9a3e26ad98
commit 1c678f5c07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 12 additions and 10 deletions

View file

@ -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