TOOL » LINTER

Flake8

Install ​

Flake8 changes its behaviour depending on the python used to install it.

bash
pacman -S flake8
python -m pip install flake8

Usage ​

Naming / path ​

HomeParent
~/.config/flake8setup.cfg tox.ini .flake8

Command ​

There is not command to generate a configuration file.

Sample ​

txt
[flake8]
max-line-length = 100
max-complexity = 10