Mccabe

Latest version: v0.7.0

Safety actively analyzes 630026 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.5.0

* PyCon 2016 PDX release

* Add support for Flake8 3.0

0.4.0

* Stop testing on Python 3.2

* Add support for async/await keywords on Python 3.5 from PEP 0492

0.3.1

* Include ``test_mccabe.py`` in releases.

* Always coerce the ``max_complexity`` value from Flake8's entry-point to an
integer.

0.3

* Computation was wrong: the mccabe complexity starts at 1, not 2.

* The ``max-complexity`` value is now inclusive. E.g.: if the
value is 10 and the reported complexity is 10, then it passes.

* Add tests.

0.2.1

* Do not require ``setuptools`` in setup.py. It works around an issue
with ``pip`` and Python 3.

0.2

* Rename project to ``mccabe``.

* Provide ``flake8.extension`` setuptools entry point.

* Read ``max-complexity`` from the configuration file.

* Rename argument ``min_complexity`` to ``threshold``.


0.1 - 2013-02-11
`
* First release

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.