- [ ] Solve de lint problems after checking `src` with `ruff` - [ ] Implement Lint as step of Action (previous than test): ``` - name: Lint run: | python -m pip install ruff ruff check --output-format=github ./src/ ```
srcwithruff