Add ruff check (#294)

This commit is contained in:
Erik Vroon
2023-10-07 17:02:05 +02:00
committed by GitHub
parent 6c741fd821
commit f4d7aae2ea
24 changed files with 118 additions and 74 deletions

View File

@@ -53,3 +53,7 @@ jobs:
- name: Run black
run: pipenv run black --check .
working-directory: backend
- name: Run ruff
run: pipenv run ruff check .
working-directory: backend