[ ソース: flake8-import-order ]
パッケージ: python3-flake8-import-order (0.18.2-2)
python3-flake8-import-order に関するリンク
Debian の資源:
flake8-import-order ソースパッケージをダウンロード:
- [flake8-import-order_0.18.2-2.dsc]
- [flake8-import-order_0.18.2.orig.tar.gz]
- [flake8-import-order_0.18.2-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
flake8 extension to lint for the import order in Python files
A flake8 and Pylama plugin that checks the ordering of Python imports. It does not check anything else about the imports. Merely that they are grouped and ordered correctly.
In general stdlib comes first, then 3rd party, then local packages, and that each group is individually alphabetized, however this depends on the style used. Flake8-Import-Order supports a number of styles and is extensible allowing for custom styles.
その他の python3-flake8-import-order 関連パッケージ
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-pkg-resources
- pkg_resources を用いたパッケージ検索およびリソースアクセス
-
- dep: python3-pycodestyle
- Python style guide checker (formerly called pep8) - Python 3.x
-
- enh: flake8
- code checker using pycodestyle and pyflakes
-
- enh: python3-pylama
- code audit library for Python in Python3