chore: exclude ruff linter rule UP038

This commit is contained in:
Robert Kaussow 2023-03-07 11:23:00 +01:00
parent af09adbc73
commit aea5c39840
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ ignore = [
"D202",
"D203",
"D212",
"UP038",
]
line-length = 99
select = [