chore: enforce ruff config and fix lint findings

This commit is contained in:
2026-08-15 20:45:02 +01:00
parent 06ce53bc44
commit dbbea1a95f
12 changed files with 42 additions and 26 deletions
+5
View File
@@ -29,6 +29,11 @@ jobs:
pip install -r requirements.txt
pip install httpx
- name: Lint
run: |
pip install ruff
ruff check .
- name: Byte-compile every module
run: python -m compileall -q ashvale scripts run.py