Flake8's IF
statement complexity linter plugin.
This plugins adds one new flake8 warning.
IF01
Too many conditions in IF/ELIF Statement/Expression.
pip install flake8-if-checker
If using the select option from flake8
be sure to enable the IF
category as well.
- In Python 3.8 does not work with flake8 < 3.8
- Does not work with Python 3.9
MIT