Skip to main content

cli wrapper around flake8_codes

Project description

Provides a conventional cli entrypoint as a thin wrapper around flake8_codes so that I can install it with pipx. That’s it.

If you work in projects that use any flake8 plugins that provide new error codes, you will need to install f8c in the local venv to introspect them.

Actually, you should probably just use flake8_codes as indicated in its README and not use f8c at all.

Installation

pip3 install f8c

Usage

$ f8c 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

f8c-0.1.2.tar.gz (6.2 kB view hashes)

Uploaded Source

Built Distribution

f8c-0.1.2-py3-none-any.whl (6.2 kB view hashes)

Uploaded Python 3

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