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')
Release files for pylint-super-not-called 0.10.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pylint_super_not_called-0.10.2.tar.gz | 3.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pylint_super_not_called-0.10.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.3 kB
Release files / pylint_super_not_called-0.10.2.tar.gz
| Download URL | pylint_super_not_called-0.10.2.tar.gz |
|---|---|
| Size | 3.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
13f1933fc30d216893580904f53a911e60a53d9bb041046abd8e8e89edbd811d
|
|
BLAKE2b-256 checksum How to use checksums |
9d9fcaa21b0d59420c8a9bf416f68488bec4794f334c2d9682465e31f21ffd38
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.11
|
Release files / pylint_super_not_called-0.10.2-py3-none-any.whl
| Download URL | pylint_super_not_called-0.10.2-py3-none-any.whl |
|---|---|
| Size | 4.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
52587baae781dac63fdcbc827855a72906c720d3449c812f94e24959a196ef67
|
|
BLAKE2b-256 checksum How to use checksums |
2609206538b696f91e6f086aff63e05730be1d70d1798326fbee92adc9f7fe7b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.11
|