awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 Repos

Awesome GitHub RepositoriesCode Quality and Analysis

Tools for linting, formatting, and detecting memory issues or bugs.

Explore 7 awesome GitHub repositories matching part of an awesome list · Code Quality and Analysis. Refine with filters or upvote what's useful.

Awesome Code Quality and Analysis GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • pre-commit/pre-commitAvatar von pre-commit

    pre-commit/pre-commit

    15,057Auf GitHub ansehen↗

    Pre-commit is a framework for managing and executing automated tasks during the version control commit process. It functions as a configuration-driven utility that enforces project standards by running linters, formatters, and security scanners on staged files before they are committed to a repository. The system uses a centralized manifest to orchestrate these tasks, ensuring consistent developer tooling across teams. It distinguishes itself by provisioning isolated environments for each tool, which prevents dependency conflicts and ensures that all required versions are present. The framewo

    Framework for managing multi-language git hooks.

    Pythongitlinterpre-commit
    Auf GitHub ansehen↗15,057
  • robotframework/robotframeworkAvatar von robotframework

    robotframework/robotframework

    11,428Auf GitHub ansehen↗

    Robot Framework is a keyword-driven automation framework designed for acceptance testing and robotic process automation. It utilizes a human-readable, tabular syntax to define test cases and workflows, separating the automation logic from the underlying implementation. By mapping plain-text keywords to executable commands, the framework enables the creation of maintainable and reusable automation sequences. The platform distinguishes itself through a modular architecture that supports the integration of custom libraries and external modules. This extensibility allows users to expand the frame

    Generic automation framework for acceptance testing and robotic process automation.

    Pythonattdautomationbdd
    Auf GitHub ansehen↗11,428
  • cython/cythonAvatar von cython

    cython/cython

    10,767Auf GitHub ansehen↗

    Cython is a compiler that translates Python code into C or C++ to create high-performance extension modules. It functions as a static typing optimizer and a C extension generator, allowing developers to declare C types within Python code to reduce interpreter overhead and increase execution speed. The project enables the wrapping of external C libraries to provide high-level interfaces to low-level system capabilities. It also serves as a native binary packager, capable of freezing scripts and their dependencies into standalone executable binaries for distribution. The system covers a broad

    Compiler for high-performance Python and C interoperability.

    Cythonbig-dataccpp
    Auf GitHub ansehen↗10,767
  • coala/coalaAvatar von coala

    coala/coala

    3,588Auf GitHub ansehen↗

    coala provides a unified command-line interface for linting and fixing all your code, regardless of the programming languages you use.

    Unified CLI for linting and fixing code across languages.

    Python
    Auf GitHub ansehen↗3,588
  • windelbouwman/ppci-mirrorAvatar von windelbouwman

    windelbouwman/ppci-mirror

    358Auf GitHub ansehen↗

    A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python

    Compiler infrastructure written entirely in Python.

    Python
    Auf GitHub ansehen↗358
  • scrutinizer-ci/scrutinizerAvatar von scrutinizer-ci

    scrutinizer-ci/scrutinizer

    138Auf GitHub ansehen↗

    Legacy repository - archives past feature requests/bug reports

    Hosted platform for measuring and monitoring code quality.

    Auf GitHub ansehen↗138
  • assertible/deploymentsAvatar von assertible

    assertible/deployments

    13Auf GitHub ansehen↗

    Configurations for GitHub post-deployment testing with Assertible via CI

    Automates post-deployment testing and web service monitoring.

    Auf GitHub ansehen↗13
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Code Quality and Analysis