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
Built Distribution
File details
Details for the file pylint_super_not_called-0.10.1.tar.gz
.
File metadata
- Download URL: pylint_super_not_called-0.10.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5a6a4f95a56c6def742f9196f9d2329551103371b2e39ab0b4a88b94dd15fee |
|
MD5 | 7811da669242940d4ed103f037f3be5b |
|
BLAKE2b-256 | 0c2ca9f73e302880224b8b2fe03cfa0fcba10e0ae6deb833de5bc548acf91436 |
File details
Details for the file pylint_super_not_called-0.10.1-py3-none-any.whl
.
File metadata
- Download URL: pylint_super_not_called-0.10.1-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87ac154b77c8a2aff9c6601b41721e6811c625c3259bbd7d3905b8c688bf0cce |
|
MD5 | 2e7a80a11f04c4522aacfacd2928300b |
|
BLAKE2b-256 | 8a18903b663695fb02867c04f32668c88e62efcdead26e0992e9a7aa3d0d6683 |