fix pylint warnings

This commit is contained in:
Bullet64 2023-02-12 08:44:16 +01:00
parent 31ccc9e00a
commit 23c089c25a

View file

@ -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