flake8 extension for click
Project description
click-linter
Flake8 plugin for detecting click best practices
Checks
- CLC001: checks for missing help text for
click.option
-s - CLC100: missing argument for
click.option
- CLC101: click option name does not begin with '-'
- CLC102: click argument name begins with '-'
- CLC103: click parameter is missing name
- CLC200:
click.launch
may be called with user input, leading to a security vulnerability
Installing
$ python -m pip install flake8-click
Specify python2
or python3
to install for a specific Python version.
And double check that it was installed correctly:
$ python -m flake8 -h
Usage: flake8 [options] file file ...
...
Installed plugins: flake8-click : 0.1.0, mccabe: 0.5.3, pycodestyle: 2.2.0, pyflakes: 1.3.0
Note the flake8-click: 0.1.0
.
Using
Click best practices is a flake8 plugin. You can easily use this plugin by
$ python -m flake8 --select=CLC /path/to/code
Testing
$ pytest
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for flake8_click-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17d783efe41fbde37c089ce4bb3a9cbfd595e5c8789ec071525f3c4fe32d6238 |
|
MD5 | 5429fdac44f773deeeae2fd42a8fbd21 |
|
BLAKE2b-256 | 9af4e778d5a1626013ec366ce3ed1fdeda38b4ae0c8f48247f210ccb0622ccdb |