Пакет python3-module-flake8: Информация

    Бинарный пакет: python3-module-flake8
    Версия: 3.7.7-alt1
    Архитектура: noarch
    Собран:  23 апреля 2019 г. 19:51 в задании #228012
    Исходный пакет: python-module-flake8
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: http://pypi.python.org/pypi/flake8

    Лицензия: MIT
    О пакете: Code checking using pep8 and pyflakes
    Описание: 
    Flake8 is a wrapper around these tools:
    
    - PyFlakes - pep8 - Ned's McCabe script
    
    Flake8 runs all tools by launching the single 'flake8' script, but ignores
    pep8 and PyFlakes extended options and just uses defaults. It displays the
    warnings in a per-file, merged output.
    
    It also adds a few features:
    
    - files that contains with this header are skipped::
    
    - lines that contains a "# NOQA" comment at the end will not issue a
    warning. - a Mercurial hook.
    
    - a McCabe complexity checker.
    
    This is version of the package running with Python 3.

    Сопровождающий: Stanislav Levin


    Последнее изменение


    22 марта 2019 г. Stanislav Levin 3.7.7-alt1
    - 3.6.0 -> 3.7.7.
    28 января 2019 г. Mikhail Gordeev 3.6.0-alt2
    - Use executable on python3
    27 октября 2018 г. Stanislav Levin 3.6.0-alt1
    - 3.5.0 -> 3.6.0.