Flake8 linter for the Click module
Project description
flake8-click
Flake8 plugin for detecting Click best practices, by r2c. Available by default alongside other great tools in Bento.
Checks
r2c-click-option-function-argument-check
: missing a matching function argument for options defined withclick.option
r2c-click-names-are-well-formed
: checks for- click option name does not begin with '-'
- click argument name begins with '-'
- click parameter is missing name
r2c-click-launch-uses-literal
:click.launch
may be called with user input, leading to a security vulnerability
Installing
$ pip install flake8-click
Specify python2
or python3
to install for a specific Python version.
And double check that it was installed correctly:
$ flake8 --version
3.7.9 (flake8-click: 0.2.5, mccabe: 0.6.1, pycodestyle: 2.5.0, pyflakes: 2.1.1)
Usage
$ flake8 --select=r2c-click /path/to/code
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
flake8-click-0.2.5.tar.gz
(4.1 kB
view hashes)
Built Distribution
Close
Hashes for flake8_click-0.2.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 82ddc2f9bfe45fc4e143875a90fbfede2c75a484236b643e4545f64dbb445d06 |
|
MD5 | 8e6675152806612ab75c8fc682596c8c |
|
BLAKE2b-256 | 31044588480a3722c5b2bf87c55636d8fac66b1a51f0071d31bd4053a2ea2a1b |