pylint-class-lines
Pylint plugin to limit the number of lines in a class.
Installation
pip install pylint-class-lines
Usage
Run pylint-class-lines with other pylint checkers:
pylint --load-plugins=pylint_class_lines {YOUR_MODULE_OR_PACKAGE}
Run only pylint-class-lines:
pylint --load-plugins=pylint_class_lines --disable=all --enable=class-lines {YOUR_MODULE_OR_PACKAGE}
Run pylint-class-lines with custom maximum class lines:
pylint --load-plugins=pylint_class_lines --max-class-lines=100 {YOUR_MODULE_OR_PACKAGE}
Note: default max-class-lines is 150.
Release files for pylint-class-lines 0.1.0
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_class_lines-0.1.0.tar.gz | 5.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pylint_class_lines-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.4 kB
Release files / pylint_class_lines-0.1.0.tar.gz
| Download URL | pylint_class_lines-0.1.0.tar.gz |
|---|---|
| Size | 5.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
acafa3d8facc59e508383860e890bbc51a789d2b4240a1d94f9335357af4c4b2
|
|
BLAKE2b-256 checksum How to use checksums |
34e5f3e23ff8ec91dacb24878c0d24e6774e3a288a7a4a3480f3bc12e34a96ed
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.0
|
Release files / pylint_class_lines-0.1.0-py3-none-any.whl
| Download URL | pylint_class_lines-0.1.0-py3-none-any.whl |
|---|---|
| Size | 3.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
48838ceb2e83a56a14ac59c972d38deb28cd67f972b222b32708c206a4c3c9f2
|
|
BLAKE2b-256 checksum How to use checksums |
69ed15e3239eb90574bf2c531cab397bddb345730db03ea3cc1a96e3b2185a92
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.0
|