ignore explicit return type

This commit is contained in:
Thephaseless 2024-07-24 15:52:41 +00:00
parent 0a650a1f33
commit 82b34f3d09

View File

@ -44,6 +44,7 @@ ignore = [
"G004",
"ANN001",
"ANN204",
"ANN206",
]
select = ["ALL"]
extend-safe-fixes = ["D415"]