7 Repos
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.
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.
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.
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.
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.
A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python
Compiler infrastructure written entirely in Python.
Legacy repository - archives past feature requests/bug reports
Hosted platform for measuring and monitoring code quality.
Configurations for GitHub post-deployment testing with Assertible via CI
Automates post-deployment testing and web service monitoring.