ProtixIT / dataclass-binder

Python library to bind TOML data to dataclasses in a type-safe way
MIT License
14 stars 2 forks source link

Replace flake8 by Ruff #13

Closed mthuurne closed 1 year ago

mthuurne commented 1 year ago

Ruff comes with a huge number of extra rules built-in, while flake8 needs plugins for them.

Ruff is also fast enough to enable checks as you type in an IDE, instead of only on save or commit.