mirror of https://github.com/InternLM/InternLM
Update lint_check.yaml
parent
5dfba3bf2a
commit
5537280d3f
|
@ -16,7 +16,7 @@ jobs:
|
||||||
|
|
||||||
- name: lint-flake8
|
- name: lint-flake8
|
||||||
run: |
|
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"
|
FLAKE_DISABLE_LIST="F403,F405,W504,W503,E203"
|
||||||
flake8 --max-line-length=120 --ignore=$FLAKE_DISABLE_LIST ./chat/web_demo.py
|
flake8 --max-line-length=120 --ignore=$FLAKE_DISABLE_LIST ./chat/web_demo.py
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue