logo
首页技术栈工具库讨论
flake8-import-order

flake8-import-order

A flake8 and Pylama plugin that checks the ordering of your imports. In general stdlib comes first, then 3rd party, then local packages, and that each group is individually alphabetized, see Configuration section for details. It will not check anything else about the imports. Merely that they are grouped and ordered correctly. This plugin is under somewhat active development and is heavily influenced by the personal preferences of the developers of cryptography. Expect seemingly random changes and configuration changes as we figure out how it should work.
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
CONDA
conda install -c anaconda flake8-import-order
查看
标签
根据用户添加的标签生成
暂无标签