Skip to content

Commit 37823da

Browse files
fix: ignore no else-return/raise to lint disables (#29)
1 parent 1aaf73a commit 37823da

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

{{cookiecutter.project_folder_name}}/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ disable = [
5252
"too-many-instance-attributes",
5353
"duplicate-code",
5454
"too-many-public-methods",
55-
"too-many-lines"
55+
"too-many-lines",
56+
"no-else-return",
57+
"no-else-raise"
5658
]
5759

5860
[tool.poetry.plugins."kognitos-book"]

0 commit comments

Comments
 (0)