Skip to main content

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.2.0.tar.gz (11.1 kB view details)

Uploaded Source

Built Distribution

flake8_codes-0.2.0-py3-none-any.whl (11.6 kB view details)

Uploaded Python 3

File details

Details for the file flake8-codes-0.2.0.tar.gz.

File metadata

  • Download URL: flake8-codes-0.2.0.tar.gz
  • Upload date:
  • Size: 11.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.25.1

File hashes

Hashes for flake8-codes-0.2.0.tar.gz
Algorithm Hash digest
SHA256 c25e14e2d5d3a111372af9ad1dcbcdb017674cf99959e3d122941bcc50ee494c
MD5 4a0588b578061f70e734ccb844ed21c8
BLAKE2b-256 214671f9b4867e2ab2bf31d6971b7b71b6e8fae401d1dbd454d06815b4279b72

See more details on using hashes here.

File details

Details for the file flake8_codes-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for flake8_codes-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 de0cbceff705a4b1b2e34187fdd066ba8afd497a68c7584441746326148fd19d
MD5 d85f5921db5d111a09ac15cf102295a0
BLAKE2b-256 78420ee9d1cddd7a5436b540845d1f166d1e81d472d85c57014d2f1c0aac8641

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page