[ buster ]
[ Bron: python-flake8 ]
Pakket: python-flake8 (3.6.0-1)
Verwijzigingen voor python-flake8
Debian bronnen:
Het bronpakket python-flake8 downloaden:
Beheerders:
- Debian Python Modules Team (QA-pagina, Mailarchief)
- Chris Johnston (QA-pagina)
- Ondřej Nový (QA-pagina)
- Barry Warsaw (QA-pagina)
Externe bronnen:
- Homepage [gitlab.com]
Vergelijkbare pakketten:
code checker using pycodestyle and pyflakes - Python 2.x
Flake8 is a wrapper around PyFlakes, pycodestyle, and Ned's McCabe script. Flake8 runs all tools by launching the single 'flake8' script, but ignores pycodestyle and PyFlakes extended options and just uses defaults. It displays the warnings in a per-file, merged output.
This package provides Python 2 module bindings only.
Andere aan python-flake8 gerelateerde pakketten
|
|
|
|
-
- dep: python
- interactive high-level object-oriented language (Python2 version)
-
- dep: python-configparser
- backport of the enhanced config parser introduced in Python 3.2
-
- dep: python-enum34
- backport of Python 3.4's enum package
-
- dep: python-mccabe (>= 0.6.0)
- Python code complexity checker (Python 2)
-
- dep: python-pkg-resources
- Package Discovery and Resource Access using pkg_resources
-
- dep: python-pycodestyle (>= 2.4.0)
- Python style guide checker (formerly called pep8) - Python 2.x
-
- dep: python-pyflakes (>= 1.5.0)
- passive checker of Python 2 programs - Python modules
-
- dep: python-setuptools (>= 30)
- Python Distutils Enhancements
-
- sug: python-mock
- Mocking and Testing Library