Flake8 Docker Image
The following plugins have been installed.
- flake8-builtins
- flake8-comprehensions
- flake8-import-order
- flake8-quotes
- flake8-use-fstring
- pep8-naming
curl -L# https://raw.githubusercontent.com/shakiyam/flake8-docker/main/flake8 \
| sudo tee /usr/local/bin/flake8 >/dev/null
sudo chmod +x /usr/local/bin/flake8
To get help with the command line:
flake8 --help
For detailed documentation of Flake8, see here.