chore: exclude ruff linter rule UP038

This commit is contained in:
Robert Kaussow 2023-03-07 11:23:03 +01:00
parent f4a94a7bd5
commit 2c6bd42431
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

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