Skip to content

Commit 051e2e6

Browse files
committed
feat: make pylinter less strict
1 parent d14c903 commit 051e2e6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,11 @@ known-first-party = [
173173
max-args = 10
174174
max-bool-expr = 10
175175
max-statements = 100
176+
max-returns = 10
177+
max-public-methods = 30
178+
max-nested-blocks = 10
179+
max-locals = 30
180+
max-branches = 24
176181

177182
[tool.pyright]
178183
include = ["src"]

0 commit comments

Comments
 (0)