File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ select = [
141141unfixable = []
142142
143143[tool .ruff .lint .mccabe ]
144- max-complexity = 23
144+ max-complexity = 15
145145
146146[tool .ruff .lint .per-file-ignores ]
147147"**/{doc}/*" = [" B018" , " D103" ]
@@ -151,10 +151,10 @@ convention = "numpy"
151151
152152[tool .ruff .lint .pylint ]
153153# https://docs.astral.sh/ruff/settings/#lint_pylint_max-args
154- max-args = 27
154+ max-args = 15
155155# https://docs.astral.sh/ruff/settings/#lint_pylint_max-branches
156- max-branches = 22
156+ max-branches = 15
157157# https://docs.astral.sh/ruff/settings/#lint_pylint_max-returns
158- max-returns = 8
158+ max-returns = 5
159159# https://docs.astral.sh/ruff/settings/#lint_pylint_max-statements
160- max-statements = 96
160+ max-statements = 100
You can’t perform that action at this time.
0 commit comments