From 1e277c0f06f25e67a35a1b2910ed59333f97f6c0 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Sat, 2 Nov 2024 21:04:57 +0200 Subject: [PATCH] lint fix --- testenv/Dockerfile | 1 - testenv/linters/pylint.ini | 1 + testenv/requirements.txt | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/testenv/Dockerfile b/testenv/Dockerfile index e8415828..67fcd748 100644 --- a/testenv/Dockerfile +++ b/testenv/Dockerfile @@ -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 \ diff --git a/testenv/linters/pylint.ini b/testenv/linters/pylint.ini index 978a2e43..fd2d8b35 100644 --- a/testenv/linters/pylint.ini +++ b/testenv/linters/pylint.ini @@ -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] diff --git a/testenv/requirements.txt b/testenv/requirements.txt index 3f848431..36d2407a 100644 --- a/testenv/requirements.txt +++ b/testenv/requirements.txt @@ -1,3 +1,4 @@ +python-periphery pyserial-asyncio pyghmi spidev