flake8-3.6
code checker using pycodestyle and pyflakes - Python 3.x
Install
- All systems
-
curl cmd.cat/flake8-3.6.sh
- Debian
-
apt-get install python3-flake8
- Ubuntu
-
apt-get install python3-flake8
- Kali Linux
-
apt-get install python3-flake8
- Fedora
-
dnf install python3-flake8
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-flake8
- Raspbian
-
apt-get install python3-flake8
- Dockerfile
- dockerfile.run/flake8-3.6
python3-flake8
code checker using pycodestyle and pyflakes - Python 3.x
Flake8 is a wrapper around PyFlakes, pycodestyle, and Ned's McCabe script. Flake8 runs all tools by launching the single 'flake8' script, but ignores pycodestyle and PyFlakes extended options and just uses defaults. It displays the warnings in a per-file, merged output. This package provides Python 3 module bindings only.