| Name: | python3-flake8 |
|---|---|
| Version: | 6.1.0 |
| Release: | 9.el10_1 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 450988 |
| License: | MIT |
| RPM: | python3-flake8-6.1.0-9.el10_1.noarch.rpm |
| Source RPM: | python-flake8-6.1.0-9.el10_1.src.rpm |
| Build Date: | Mon Dec 15 2025 |
| Build Host: | build-ol10-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/PyCQA/flake8 |
| Summary: | Python code checking using pyflakes, pycodestyle, and mccabe |
| Description: | 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. |