ruff-pre-commit is a lightweight integration that enables the Ruff linter and formatter to run automatically as part of Git pre-commit hooks, ensuring code quality checks are enforced before changes are committed to a repository. It is distributed as a standalone repository to simplify installation and allow developers to use prebuilt wheels directly from package managers. By integrating Ruff into the pre-commit workflow, it helps maintain consistent coding standards across teams by automatically detecting and optionally fixing issues before code reaches the repository. The tool supports both linting and formatting hooks, allowing developers to configure workflows that enforce style and correctness in a single step. It also provides flexibility in configuration, including selective file type targeting and optional automatic fixes through command-line arguments.
Features
- Integration of Ruff with Git pre commit hooks
- Automatic linting and formatting before commits
- Support for auto fix of detected issues
- Configurable file targeting and hook behavior
- Compatibility with pre commit framework workflows
- Use of prebuilt wheels for simplified installation