mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
lint fix
This commit is contained in:
parent
95597b15e4
commit
1e277c0f06
@ -44,7 +44,6 @@ RUN pacman --noconfirm --ask=4 -Syy \
|
|||||||
python-aiohttp \
|
python-aiohttp \
|
||||||
python-aiofiles \
|
python-aiofiles \
|
||||||
python-async-lru \
|
python-async-lru \
|
||||||
python-periphery \
|
|
||||||
python-passlib \
|
python-passlib \
|
||||||
python-pyotp \
|
python-pyotp \
|
||||||
python-qrcode \
|
python-qrcode \
|
||||||
|
|||||||
@ -38,6 +38,7 @@ disable =
|
|||||||
unspecified-encoding,
|
unspecified-encoding,
|
||||||
consider-using-f-string,
|
consider-using-f-string,
|
||||||
unnecessary-lambda-assignment,
|
unnecessary-lambda-assignment,
|
||||||
|
too-many-positional-arguments,
|
||||||
# https://github.com/PyCQA/pylint/issues/3882
|
# https://github.com/PyCQA/pylint/issues/3882
|
||||||
|
|
||||||
[CLASSES]
|
[CLASSES]
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
python-periphery
|
||||||
pyserial-asyncio
|
pyserial-asyncio
|
||||||
pyghmi
|
pyghmi
|
||||||
spidev
|
spidev
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user