Python code checking using pyflakes, pycodestyle, and mccabe
Flake8 is a wrapper around PyFlakes, pycodestyle, and Ned's McCabe script. It runs all the tools by launching the single flake8 script, and displays the warnings in a per-file, merged output. It also adds a few features: files that contain "# flake8: noqa" are skipped, lines that contain a "# noqa" comment at the end will not issue warnings, Git and Mercurial hooks are included, a McCabe complexity checker is included, and it is extendable through flake8.extension entry points.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 6.1.0-4.fc42 | - |
Fedora 41 | 6.1.0-3.fc41 | - |
Fedora 40 | 6.0.0-4.fc40 | - |
Fedora EPEL 9 | 4.0.1-5.el9 | - |
Fedora EPEL 8 | 3.7.7-6.el8 | - |
You can contact the maintainers of this package via email at
python-flake8 dash maintainers at fedoraproject dot org
.