Skip to main content

McCabe complexity checker as a PyLint plugin

Project description

This module provides a PyLint plugin to check McCabe code complexity.

Usage

In pylint.conf:

[MASTER]
load-plugins=pylint_mccabe

[DESIGN]
max-complexity=10

Dependencies

  • mccabe and pylint, obviously

  • pep8: Not required for functionality but is used to check the code style

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page