The modular source code checker: pep8, pyflakes and Co.
Flake8 runs all the tools by launching the single flake8 script. It is is a wrapper around the following tools: PyFlakes, PEP8 and the McCabe script by Ned Batchelder. It displays the warnings in a per-file, merged output, features Git and Mercurial hook and is extendable through flake8.extension entry points.
Flake8 runs all the tools by launching the single flake8 script. It is is a wrapper around the following tools: PyFlakes, PEP8 and the McCabe script by Ned Batchelder. It displays the warnings in a per-file, merged output, features Git and Mercurial hook and is extendable through flake8.extension entry points.
To install py38-flake8, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py38-flake8
To see what files were installed by py38-flake8, run:
port contents py38-flake8
To later upgrade py38-flake8, run:
sudo port selfupdate && sudo port upgrade py38-flake8
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.