awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
PyCQA avatar

PyCQA/flake8-import-order

0
View on GitHub↗
281 stars·73 forks·Python·LGPL-3.0·11 views

Flake8 Import Order

flake8-import-order

Features

  • Import Management - Checks import order against style guides.
  • Linters And Style Checkers - Validates the ordering of imports in source files.

Star history

Star history chart for pycqa/flake8-import-orderStar history chart for pycqa/flake8-import-order

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does pycqa/flake8-import-order do?

flake8-import-order

What are the main features of pycqa/flake8-import-order?

The main features of pycqa/flake8-import-order are: Import Management, Linters And Style Checkers.

Which projects share features with pycqa/flake8-import-order?

Projects with overlapping indexed features include: square/javapoet — JavaPoet is a source code generator and metaprogramming utility for the Java language. It functions as an abstract… andreoliwa/nitpick — Enforce the same settings on multiple projects. astral-sh/ruff — Ruff is a high-performance static analysis and code formatting tool designed for Python. Built in Rust, it functions… beartype/beartype — .. # ------------------( LICENSE )------------------ .. # Copyright (c) 2014-2025 Beartype authors. .. # See "LICENSE"… bskinn/flake8-absolute-import — flake8-absolute-import. adamchainz/flake8-tidy-imports — flake8-tidy-imports.

Projects sharing features with Flake8 Import Order

These projects share indexed features with Flake8 Import Order. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • square/javapoetsquare avatar

    square/javapoet

    10,850View on GitHub↗

    JavaPoet is a source code generator and metaprogramming utility for the Java language. It functions as an abstract syntax tree construction library that allows developers to model classes, methods, and fields as objects before emitting them as source code. The library distinguishes itself through automatic import management and code formatting. It tracks referenced types to generate required import statements and handles line wrapping, semicolon placement, and indentation to ensure generated files remain readable. The tool covers a broad range of generation capabilities, including the defini

    Java
    View on GitHub↗10,850
  • andreoliwa/nitpickandreoliwa avatar

    andreoliwa/nitpick

    412View on GitHub↗

    Enforce the same settings on multiple projects

    Python
    View on GitHub↗412
  • astral-sh/ruffastral-sh avatar

    astral-sh/ruff

    48,177View on GitHub↗

    Ruff is a high-performance static analysis and code formatting tool designed for Python. Built in Rust, it functions as a comprehensive engine that scans source code to detect programming errors, security vulnerabilities, and deviations from established coding standards. By parsing source code into a structured tree representation, it provides both automated linting and style enforcement across entire projects. The tool distinguishes itself through its speed and deep integration into the development lifecycle. It utilizes parallelized file processing to maximize throughput on large codebases

    Rustlinterpep8python
    View on GitHub↗48,177
  • adamchainz/flake8-tidy-importsadamchainz avatar

    adamchainz/flake8-tidy-imports

    74View on GitHub↗

    flake8-tidy-imports

    Python
    View on GitHub↗74
  • Compare all 30 related projects→