fix(ci): restore green backend CI — ruff config + unused import cleanup #117
1 changed files with 3 additions and 0 deletions
|
|
@ -29,6 +29,9 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: pip install -r requirements.txt
|
||||
|
||||
- name: Install lint tools
|
||||
run: pip install ruff
|
||||
|
||||
- name: Lint
|
||||
run: ruff check .
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue