The cyclomatic complexity constraint is currently set to five, but setting it to three might lead to some cleaner code in certain situations. This is in the `.pylint` file. ``` max-complexity=5 -> max-complexity=3 ```
The cyclomatic complexity constraint is currently set to five, but setting it to three might lead to some cleaner code in certain situations.
This is in the
.pylintfile.