Пакет python-flake8-6.1.0-3.el10_0.src
Имя | python-flake8 |
---|---|
Эпоха | 0 |
Версия | 6.1.0 |
Релиз | 3.el10_0 |
Архитектура | src |
Сайт | https://github.com/PyCQA/flake8 |
Лицензия | MIT |
Время сборки | 2025-05-29 20:57:10 |
Хост сборки | builder-arm64-1.inferitos.ru |
Краткое описание | Python code checking using pyflakes, pycodestyle, and mccabe |
Репозитории | Extras |
Полное описание | 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. |
Эррата | — |
Размер | 170 КиБ |
Исходный проект | python-flake8-6.1.0-3.el10_0 |
Контрольная сумма SHA-256 | 16f61aa89b0eb93d6cb37454ea1e89b105fd8df916f09e830407a18c90250c57 |
×
* 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