aiidateam / aiida-common-workflows

A repository for the implementation of common workflow interfaces across materials-science codes and plugins
https://aiida-common-workflows.readthedocs.io
MIT License
52 stars 30 forks source link

Dependencies: Switch to using `ruff` for linting and formatting #326

Closed sphuber closed 7 months ago

sphuber commented 7 months ago

ruff replaces yapf, isort and pylint as it is much faster than all these three tools combined.