Package python3-flake8-6.1.0-3.el10_0.noarch
Name | python3-flake8 |
---|---|
Epoch | 0 |
Version | 6.1.0 |
Release | 3.el10_0 |
Architecture | noarch |
Website/URL | https://github.com/PyCQA/flake8 |
License | MIT |
Build Time | 2025-05-29 20:57:10 |
Build Host | builder-arm64-1.inferitos.ru |
Summary | Python code checking using pyflakes, pycodestyle, and mccabe |
Repositories | Extras |
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. |
Errata | — |
Size | 153 KiB |
Source Project | python-flake8-6.1.0-3.el10_0 |
SHA-256 checksum | 44aa11a0f4f4960f5cee2135a32a5c5a9edde75505ca6a060aa897e020b351dc |
×
* Thu May 29 2025 Arkady L. Shane <tigro@msvsphere-os.ru> - 6.1.0-3 - Rebuilt for MSVSphere 10 * Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 6.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sat Jun 08 2024 Python Maint <python-maint@redhat.com> - 6.1.0-2 - Rebuilt for Python 3.13 * Sat Feb 17 2024 Ali Erdinc Koroglu <aekoroglu@fedoraproject.org> - 6.1.0-1 - Update to 6.1.0 (RHBZ #2227450) * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jul 13 2023 Adam Williamson <awilliam@redhat.com> - 6.0.0-1 - New release 6.0.0, rebuilt for Python 3.12 with fixes