mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-26 17:12:30 -04:00
Migrate to ruff
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user