Cherrybomb helps prevent incorrect code implementation. It works by validating and testing your API using an OpenAPI file.
Read more
Cherrybomb helps prevent incorrect code implementation. It works by validating and testing your API using an OpenAPI file.
Read more
Gofmt formats Go programs. It uses tabs for indentation and blanks for alignment. Alignment assumes that an editor is using a fixed-width font.
Read more
golangci-lint runs linters in parallel, uses caching, supports YAML configuration, integrates with all major IDEs.
Read more
Pyrefly aims to increase development velocity with IDE features and by checking your Python code.
Read more
cython-lint is a tool and pre-commit hook to lint Cython files.
Read more
Zally is a quality assurance tool. It’s a linter for OpenAPI specifications.
Read more
speccy makes sure your OpenAPI 3.0 specifications are more than just valid. It makes sure they’re useful.
Read more
Redocly CLI is an all-in-one OpenAPI utility. It builds, manages, improves, and quality-checks your OpenAPI descriptions
Read more
Spectral is a flexible JSON/YAML linter for creating automated style guides, with baked in support for OpenAPI, Arazzo, and AsyncAPI.
Read more
vacuum is billed as an ultra-super-fast, lightweight OpenAPI linter and quality checking tool.
Read more
Vulture finds unused code in Python programs. This is useful for cleaning up and finding errors in large code bases.
Read more
Fixit provides a highly configurable linting framework with support for auto-fixes, custom “local” lint rules, and hierarchical configuration.
Read more
Radon is a Python tool that computes various metrics from the source code.
Read more
Mypy is a static type checker for Python.Type checkers help ensure that you’re using variables and functions in your code correctly.
Read more
Pyroma is software aimed at giving a rating of how well a Python project complies with the best practices of the Python packaging ecosystem
Read more
Prospector is a tool to analyse Python code and output information about errors, potential problems, convention violations and complexity.
Read more
Pylama is an open source code audit tool for Python. Pylama wraps a variety of open source tools, mostly linters.
Read more
Bandit is a tool designed to find common security issues in Python code.
Read more
YALA combines many linters to improve the quality of your code.
Read more
wemake-python-styleguide is a flake8 plugin, the only one you will need as your ruff companion.
Read more