mirror of https://github.com/InternLM/InternLM
[Doc] Upload cases on solving puzzle problems (#818)
Co-authored-by: zhulinJulia24 <145004780+zhulinJulia24@users.noreply.github.com>pull/819/head
parent
7577c30b67
commit
3f35636d02
|
@ -16,7 +16,7 @@ jobs:
|
||||||
|
|
||||||
- name: lint-flake8
|
- name: lint-flake8
|
||||||
run: |
|
run: |
|
||||||
pip install flake8==v3.8.4
|
pip install flake8
|
||||||
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
|
||||||
|
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.3 MiB |
Loading…
Reference in New Issue