chore: exclude ruff linter rule UP038 (#224)

This commit is contained in:
Robert Kaussow 2023-03-07 14:21:42 +01:00 committed by GitHub
parent 3f5a5ac6a2
commit a1fbabd605
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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