All Projects → pre-commit → mirrors-isort

pre-commit / mirrors-isort

Licence: MIT license
Mirror of the isort package for pre-commit.

Programming Languages

python
139335 projects - #7 most used programming language

This mirror repository is deprecated, use isort directly.

isort mirror

Mirror of isort package for pre-commit.

For pre-commit: see https://github.com/pre-commit/pre-commit

For isort: see https://github.com/PyCQA/isort

Using isort with pre-commit

Add this to your .pre-commit-config.yaml:

-   repo: https://github.com/pre-commit/mirrors-isort
    rev: ''  # Use the revision sha / tag you want to point at
    hooks:
    -   id: isort

classification of imports

isort isn't always the best at classifying imports.

You may find seed-isort-config useful!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].