fix linting

This commit is contained in:
Robert Kaussow 2023-06-28 09:17:12 +02:00
parent b308231df0
commit 26b22c1bc6
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 0 deletions

View File

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