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-aiofiles \
|
||||
python-async-lru \
|
||||
python-periphery \
|
||||
python-passlib \
|
||||
python-pyotp \
|
||||
python-qrcode \
|
||||
|
||||
@ -38,6 +38,7 @@ disable =
|
||||
unspecified-encoding,
|
||||
consider-using-f-string,
|
||||
unnecessary-lambda-assignment,
|
||||
too-many-positional-arguments,
|
||||
# https://github.com/PyCQA/pylint/issues/3882
|
||||
|
||||
[CLASSES]
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
python-periphery
|
||||
pyserial-asyncio
|
||||
pyghmi
|
||||
spidev
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user