Update lint_check.yaml

pull/818/head
zhulinJulia24 2025-01-15 10:09:02 +08:00 committed by GitHub
parent 5537280d3f
commit 3b6b952295
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.8.3
pip install flake8
FLAKE_DISABLE_LIST="F403,F405,W504,W503,E203"
flake8 --max-line-length=120 --ignore=$FLAKE_DISABLE_LIST ./chat/web_demo.py