Skip to main content

A Pylint plugin to ensure overloaded methods are calling the parent method with super

Project description

Pylint super-not-called plugin

A Pylint plugin that enforces methods to call the parent method with super.

Installation

# Install the package into your virtual environment:
pip install pylint_super_not_called

# Launch Pylint with the load-plugin option
pylint --load-plugin pylint_super_not_called .

Use pylintrc to automatically load the plugin if needed

Configuration

  • super-enforced-methods: a list of methods to check (default: 'setUp')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pylint_super_not_called-0.10.2.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

pylint_super_not_called-0.10.2-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

Supported by

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