💡 Idea
Lots of popular Python projects are migrating to the usage of ruff as fast and modern linter.
Large Python libraries like this one would bennefit not only from using this linter but also from its speed. Also, it allows to get rid of the .flake8 file since all configuration can be declared in the pyproject.toml file.
In addition, it can be used with pre-commit, allowing us to unify flake8, isort and pydocstyle in a single hook.