[ ソース: python-flake8 ]
パッケージ: python3-flake8 (3.6.0-1)
python3-flake8 に関するリンク
Debian の資源:
python-flake8 ソースパッケージをダウンロード:
メンテナ:
- Debian Python Modules Team (QA ページ, メールアーカイブ)
- Chris Johnston (QA ページ)
- Ondřej Nový (QA ページ)
- Barry Warsaw (QA ページ)
外部の資源:
- ホームページ [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
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- dep: python3-mccabe (>= 0.6.0)
- Python code complexity checker (Python 3)
-
- dep: python3-pkg-resources
- pkg_resources を用いたパッケージ検索およびリソースアクセス
-
- dep: python3-pycodestyle (>= 2.4.0)
- Python style guide checker (formerly called pep8) - Python 3.x
-
- dep: python3-pyflakes (>= 2.0.0)
- passive checker of Python 3 programs - Python modules
-
- dep: python3-setuptools (>= 30)
- Python3 用配布用ユーティリティへの機能強化