About Anaconda Help Download Anaconda

main / packages / flake8-import-order 0.18.2

A flake8 and Pylama plugin that checks the ordering of your imports.

Installers

  • linux-s390x v0.18.2
  • linux-64 v0.18.2
  • osx-arm64 v0.18.2
  • linux-aarch64 v0.18.2
  • osx-64 v0.18.2
  • win-64 v0.18.2
  • linux-32 v0.18
  • linux-ppc64le v0.18.2
  • win-32 v0.18.1

conda install

To install this package run one of the following:
conda install main::flake8-import-order

Description

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.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy