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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file f8c-0.1.2.tar.gz.
File metadata
- Download URL: f8c-0.1.2.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.10.0 Darwin/21.2.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
60c2be40690c7df820fecd73a23cbc49948165912845a2d206f3e6c0f7069d6c
|
|
| MD5 |
d163e465d2cfeb88e276167b4f123e9f
|
|
| BLAKE2b-256 |
a7c472f63a2305f3e26e89cfed82717f377ccc1633bae61d97fe1e574cd272f6
|
File details
Details for the file f8c-0.1.2-py3-none-any.whl.
File metadata
- Download URL: f8c-0.1.2-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.10.0 Darwin/21.2.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a48a24da5f923b81d71b05c66d6159ba4b92e0b49b8c6ef5cbcc96506f248f8
|
|
| MD5 |
aa16011d6e1dc2821ab7391d19fa3da9
|
|
| BLAKE2b-256 |
873d2fcefc299cd56c1c26b42605261697186ecd764f5dac58caf5386ca2075f
|