falconry / falcon

The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
https://falcon.readthedocs.io/en/stable/
Apache License 2.0
9.51k stars 937 forks source link

Use `ruff` linter instead of `flake8` #2231

Closed vytas7 closed 2 months ago

vytas7 commented 5 months ago

2218 aims to replace the blue formatter with ruff, however, we could potentially replace all our flake8 plugins with the ruff linter as well (needs to be verified).