switch to ruff
All checks were successful
EIVE/-/pipeline/head This commit looks good

This commit is contained in:
2023-09-14 12:09:50 +02:00
parent a8545211e8
commit 980242404a
5 changed files with 10 additions and 65 deletions

View File

@@ -7,7 +7,7 @@ Checklist for new releases
2. Update `CHANGELOG.md`: Convert `unreleased` section into version section
with date and new `unreleased`section.
3. Run auto-formatter with `black .`
4. Run linter with `flake8 .`
4. Run linter with `ruff .`
# Post-Release