This commit is contained in:
Zsolt Ero
2024-09-19 16:14:26 +02:00
parent 65faeb4e3f
commit 695ca14416
3 changed files with 3 additions and 3 deletions

View File

@@ -34,6 +34,7 @@ lint.ignore = [
'SIM105',
'SIM108',
'SIM115',
'DTZ007', # Naive datetime constructed using `datetime.datetime.strptime()` without %z
]
[format]