flake8-codes
CLI tool to introspect flake8 plugins and their codes.
Input: plugin name (pycodestyle), error code (W605), or code prefix (W6).
Output: plugin name, error code, error message.
Only plugins installed in the same environment are inspected.
Installation
python3 -m pip install -U --user flake8-codes
Example
$ python3 -m flake8_codes W6
pycodestyle | W601 | .has_key() is deprecated, use 'in'
pycodestyle | W602 | deprecated form of raising exception
pycodestyle | W603 | '<>' is deprecated, use '!='
pycodestyle | W604 | backticks are deprecated, use 'repr()'
pycodestyle | W605 | invalid escape sequence '\%s'
pycodestyle | W606 | 'async' and 'await' are reserved keywords starting with Python 3.7
Release files for flake8-codes 0.2.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 | |
|---|---|---|---|
| flake8-codes-0.2.2.tar.gz | 10.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| flake8_codes-0.2.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 22.6 kB
Release files / flake8-codes-0.2.2.tar.gz
| Download URL | flake8-codes-0.2.2.tar.gz |
|---|---|
| Size | 10.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
170c802ebca271e4ef8de9eb05524992968841a6bc91b957352a464e1e439d08
|
|
BLAKE2b-256 checksum How to use checksums |
2f4851cc9b9b0202dd11e536a45d4ff11811be397779d375843f7c8ee00f96d0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-requests/2.25.1
|
Release files / flake8_codes-0.2.2-py3-none-any.whl
| Download URL | flake8_codes-0.2.2-py3-none-any.whl |
|---|---|
| Size | 11.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
fe8374ecb0e005e110d22c21cba9eb8673c539a29de41845a23ec754630ecfa6
|
|
BLAKE2b-256 checksum How to use checksums |
9e779a01bf0a1b3be85579a13b371309c1de6e8ff919b8ae247f02fa77caff4c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-requests/2.25.1
|