Updated ruff excluding to many return statements

This commit is contained in:
Daveanand Mannie
2024-10-14 18:56:05 -04:00
parent 3238c5d7ca
commit 50fcdb702f
2 changed files with 26 additions and 25 deletions

View File

@@ -66,7 +66,8 @@ ignore = [
"ANN201",
"ANN202",
"ANN205",
"ANN204"
"ANN204",
"PLR0911"
]
# Allow fix for all enabled rules (when `--fix`) is provided.