4a4a11d282
* Add mccabe complexity testing * Make mccabe complexity an optional error * Add mccabe to new sanity pylint requirements * Add a changelog fragment. Co-authored-by: Matt Clay <matt@mystile.com>
3 lines
150 B
Text
3 lines
150 B
Text
pylint ; python_version < '3.9' # installation fails on python 3.9.0b1
|
|
pyyaml # needed for collection_detail.py
|
|
mccabe # pylint complexity testing
|