fix pylint warnings
This commit is contained in:
parent
31ccc9e00a
commit
23c089c25a
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ test:pylint:
|
|||
script:
|
||||
- pip install pylint --quiet
|
||||
- pip install pywebio --quiet
|
||||
- pylint --max-line-length=120 pylint -d R0902,W0621 --ignored-classes=_socketobject *.py
|
||||
- pip install pywebio-battery --quiet
|
||||
- pylint --max-line-length=120 pylint -d R0902,W0621,E1136,R0915,R1710,E1136 --ignored-classes=_socketobject *.py
|
||||
|
||||
test:flake8:
|
||||
stage: Flake8
|
||||
|
|
Loading…
Add table
Reference in a new issue