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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pylint_super_not_called-0.10.2.tar.gz.
File metadata
- Download URL: pylint_super_not_called-0.10.2.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13f1933fc30d216893580904f53a911e60a53d9bb041046abd8e8e89edbd811d
|
|
| MD5 |
324475b82ce74d9a86fff4cacc860e0c
|
|
| BLAKE2b-256 |
9d9fcaa21b0d59420c8a9bf416f68488bec4794f334c2d9682465e31f21ffd38
|
File details
Details for the file pylint_super_not_called-0.10.2-py3-none-any.whl.
File metadata
- Download URL: pylint_super_not_called-0.10.2-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 |
52587baae781dac63fdcbc827855a72906c720d3449c812f94e24959a196ef67
|
|
| MD5 |
24041dec290261565b6e129ad59ec016
|
|
| BLAKE2b-256 |
2609206538b696f91e6f086aff63e05730be1d70d1798326fbee92adc9f7fe7b
|