Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

pylint-mccabe

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pylint-mccabe

McCabe complexity checker as a PyLint plugin

pipPyPI
Version
0.1.3
Maintainers
1

McCabe complexity checker as a PyLint plugin

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

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts