Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37568937
en ru br
ALT Linux repos
S:6.1.0-alt1

Group :: Development/Python3
RPM: python3-module-flake8

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 6.1.0-alt1
Build date: 14 august 2023, 10:33 ( 36.9 weeks ago )
Size: 118.24 Kb

Home page:   https://pypi.org/project/flake8/

License: MIT
Summary: Code checking using pep8 and pyflakes
Description:

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.

Current maintainer: Stanislav Levin

List of contributors

List of rpms provided by this srpm:

  • python3-module-flake8
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin