CLI tool to introspect flake8 plugins and their codes.
Project description
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
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
flake8-codes-0.1.0.tar.gz
(10.3 kB
view details)
Built Distribution
File details
Details for the file flake8-codes-0.1.0.tar.gz
.
File metadata
- Download URL: flake8-codes-0.1.0.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.25.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f607038720ca9fa9fdbe883f6eb45eb0974949dade64b6a56f2117eb04e5f95 |
|
MD5 | 3c794e73c3de38c9a35c0d97e79872e3 |
|
BLAKE2b-256 | 90f637a1549a7e99c8ee25e93adf2f8f575e11c4310ec7a78899bef8b1fb00ea |
File details
Details for the file flake8_codes-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: flake8_codes-0.1.0-py3-none-any.whl
- Upload date:
- Size: 11.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.25.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8a565d72e2916f31f2a70bdcc6717d813a33907527892fc0d9c48c23696ca4eb |
|
MD5 | c7230933ce0969317192709de94c1828 |
|
BLAKE2b-256 | d91c8989f3d4cbe71dc5f81b78904d2fc14dfe9a501f0c44e1ecac9e137e6688 |