isort

A Python utility / library to sort imports. [Moved to: https://github.com/PyCQA/isort] (by timothycrosley)

Isort Alternatives

Similar projects and alternatives to isort

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better isort alternative or higher similarity.

isort reviews and mentions

Posts with mentions or reviews of isort. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-19.
  • How I start every new Python backend API project
    14 projects | dev.to | 19 Jan 2023
    repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.3.0 hooks: - id: trailing-whitespace - id: check-merge-conflict - id: check-yaml args: [--unsafe] - id: check-json - id: detect-private-key - id: end-of-file-fixer - repo: https://github.com/timothycrosley/isort rev: 5.10.1 hooks: - id: isort - repo: https://github.com/psf/black rev: 22.8.0 hooks: - id: black - repo: https://gitlab.com/pycqa/flake8 rev: 3.9.2 hooks: - id: flake8 - repo: https://github.com/pre-commit/mirrors-mypy rev: v0.971 hooks: - id: mypy args: [ --warn-unused-configs, --ignore-missing-imports, --disallow-untyped-defs, --follow-imports=silent, --install-types, --non-interactive ]
  • How to Audit the Quality of Your Python Code: A Step-by-Step Guide (Checklist Inside)
    5 projects | dev.to | 6 Mar 2022
    Isort—a Python utility/library to sort imports;

Stats

Basic isort repo stats
2
4,634
9.1
about 2 years ago

timothycrosley/isort is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of isort is Python.

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com