Migrate to ruff

This commit is contained in:
Zoe Roux
2024-01-31 02:32:48 +01:00
parent 898e7b272e
commit 2db6255fae
8 changed files with 21 additions and 24 deletions
+3 -4
View File
@@ -47,10 +47,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run black
run: |
pip3 install black-with-tabs
black . --check
- uses: chartboost/ruff-action@v1
with:
args: format --check
transcoder:
name: "Lint transcoder"