ruff/crates/flake8_to_ruff
2022-10-31 14:22:07 -04:00
..
src Move flake8-to-ruff to a separate crate (#528) 2022-10-31 14:22:07 -04:00
Cargo.lock Move flake8-to-ruff to a separate crate (#528) 2022-10-31 14:22:07 -04:00
Cargo.toml Move flake8-to-ruff to a separate crate (#528) 2022-10-31 14:22:07 -04:00
pyproject.toml Move flake8-to-ruff to a separate crate (#528) 2022-10-31 14:22:07 -04:00
README.md Move flake8-to-ruff to a separate crate (#528) 2022-10-31 14:22:07 -04:00

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.