explosion / weasel

🦦 weasel: A small and easy workflow system
MIT License
67 stars 7 forks source link

feat: add ruff for code linting #12

Closed bdura closed 1 year ago

bdura commented 1 year ago

Description

This PR adds ruff to the development requirements, and modifies files for compliance.

For reference: https://beta.ruff.rs/docs/

bdura commented 1 year ago

Ruff is not compatible with Python 3.6, hence the constraint. I don't think it's an issue: we don't need to check for code quality for every Python version.

We'll add Github actions to perform a CI check in the near future.