awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Static Analysis Tools · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesStatic Analysis Tools

Utilities that examine source code for syntax errors, style violations, and potential bugs without executing the program.

Distinguishing note: No candidates provided; this is a foundational category for code quality assurance.

Explore 1 awesome GitHub repository matching testing & quality assurance · Static Analysis Tools. Refine with filters or upvote what's useful.

  1. Home
  2. Testing & Quality Assurance
  3. Static Analysis Tools

Awesome Static Analysis Tools GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • astral-sh/ruff

    astral-sh/ruff

    45,851View 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

    The tool analyzes source files for syntax errors and style inconsistencies by running command-line checks that provide immediate feedback or automatically correct common mistakes.

    Rustlinterpep8python
    45,851View on GitHub↗