[ 源代码: python-flake8 ]
软件包: python3-flake8 (3.7.9-2)
python3-flake8 的相关链接
Trisquel 的资源:
下载源码包 python-flake8:
维护者:
Original Maintainers:
- Debian Python Modules Team (Mail Archive)
- Chris Johnston
- Ondřej Nový
- Barry Warsaw
外部的资源:
- 主页 [gitlab.com]
相似软件包:
code checker using pycodestyle and pyflakes - Python 3.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 3 module bindings only.
其他与 python3-flake8 有关的软件包
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-entrypoints (>= 0.3)
- Discover and load entry points from installed packages (Python 3)
-
- dep: python3-mccabe (>= 0.6.0)
- Python code complexity checker (Python 3)
-
- dep: python3-pycodestyle (>= 2.5.0)
- Python style guide checker (formerly called pep8) - Python 3.x
-
- dep: python3-pyflakes (>= 2.1.0)
- passive checker of Python 3 programs - Python modules
-
- dep: python3-setuptools (>= 30)
- Python3 Distutils Enhancements