Update lint_check.yaml

pull/818/head
zhulinJulia24 2025-01-15 00:07:24 +08:00 committed by GitHub
parent 017ba7446d
commit f7e886e133
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
- name: lint-flake8
run: |
pip install flake8==v3.8.4
pip install flake8==v3.8.4 importlib-metadata<5.0
FLAKE_DISABLE_LIST="F403,F405,W504,W503,E203"
flake8 --max-line-length=120 --ignore=$FLAKE_DISABLE_LIST ./chat/web_demo.py