ignore explicit return type

This commit is contained in:
ThePhaseless
2024-07-24 15:52:41 +00:00
parent d8fb8feaeb
commit 70cb18ae81
+1
View File
@@ -44,6 +44,7 @@ ignore = [
"G004",
"ANN001",
"ANN204",
"ANN206",
]
select = ["ALL"]
extend-safe-fixes = ["D415"]