Ruff – Python Linter written in Rust
To use Ruff we need to consider the configuration for pyproject.toml with a focus on how to set it up for Ruff. Installation guide here What is pyproject.toml? pyproject.toml is a configuration file used by various Python tools to read project-specific settings. It is designed to provide a standardized way for specifying build and configuration […]