I'd like to propose adding ruff (https://github.com/astral-sh/ruff) to help standardize code formatting and catch common issues early. This, among other things, would make it easier for new contributors to match the project's code style and catch some common errors.
Ruff is fast, Python-focused, and requires minimal configuration. It combines linting and formatting in one tool, which keeps things simple for contributors.
I'd like to propose adding
ruff(https://github.com/astral-sh/ruff) to help standardize code formatting and catch common issues early. This, among other things, would make it easier for new contributors to match the project's code style and catch some common errors.Ruff is fast, Python-focused, and requires minimal configuration. It combines linting and formatting in one tool, which keeps things simple for contributors.