fix(lint): resolve all 37 flake8 issues #33

Merged
pangtong-fujunshi merged 70 commits from fix/lint-cleanup into main 2026-06-11 02:34:51 +00:00
Showing only changes of commit 9dd9e44a83 - Show all commits
+1 -1
View File
@@ -46,7 +46,7 @@ jobs:
- name: Setup Python
run: |
python3 -m venv /tmp/ci-venv-test
/tmp/ci-venv-test/bin/pip install --quiet -r requirements.txt
/tmp/ci-venv-test/bin/pip install --quiet -e .
- name: Run tests (exclude E2E)
run: |