goodmami / wn

A modern, interlingual wordnet interface for Python
https://wn.readthedocs.io/
MIT License
207 stars 20 forks source link

Lint Python code with ruff #189

Closed cclauss closed 1 year ago

cclauss commented 1 year ago

Ruff supports over 600 lint rules and can be used to replace Flake8 (plus dozens of plugins), isort, pydocstyle, yesqa, eradicate, pyupgrade, and autoflake, all while executing (in Rust) tens or hundreds of times faster than any individual tool.

goodmami commented 1 year ago

@cclauss Thanks for making those changes. I don't think there's any further reason to delay this, so I've merged it. More rules could be added in the future as needed. And thanks again for taking the initiative and making the PR!