Update lint.yml

This commit is contained in:
united_pooh
2026-03-14 21:09:48 +08:00
committed by GitHub
parent 040b893f3b
commit 5ca586a1bb

View File

@@ -30,5 +30,6 @@ jobs:
- name: 3. Ruff check and fix
run: ruff check . --fix
continue-on-error: true
env:
PYTHONIOENCODING: utf-8