mirror of https://github.com/astral-sh/ruff
|
|
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
| pyproject.toml | ||
README.md
flake8-to-ruff
Convert existing Flake8 configuration files (setup.cfg, tox.ini, or .flake8) for use with
Ruff.
Generates a Ruff-compatible pyproject.toml section.
Installation and Usage
Installation
Available as flake8-to-ruff on PyPI:
pip install flake8-to-ruff
Usage
To run Ruff, try any of the following:
flake8-to-ruff path/to/setup.cfg
flake8-to-ruff path/to/tox.ini
flake8-to-ruff path/to/.flake8
License
MIT
Contributing
Contributions are welcome and hugely appreciated. To get started, check out the contributing guidelines.