Update lint_check.yaml

pull/818/head
zhulinJulia24 2025-01-15 00:12:48 +08:00 committed by GitHub
parent 5dfba3bf2a
commit 5537280d3f
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 importlib-metadata==4.13.0
pip install flake8==v3.8.4 importlib-metadata==4.8.3
FLAKE_DISABLE_LIST="F403,F405,W504,W503,E203"
flake8 --max-line-length=120 --ignore=$FLAKE_DISABLE_LIST ./chat/web_demo.py