diff options
author | Maxim Devaev <[email protected]> | 2023-04-13 23:09:30 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2023-04-13 23:09:30 +0300 |
commit | 99e4615d384cbffb09ffc445bf90423c7eeeecfe (patch) | |
tree | 15aa75f700c4921a488968c314986b1c65d1acfd /testenv | |
parent | 59ba330ef886726661957e9c47503ad76e42dfc3 (diff) |
lint fixes
Diffstat (limited to 'testenv')
-rw-r--r-- | testenv/linters/pylint.ini | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testenv/linters/pylint.ini b/testenv/linters/pylint.ini index 858f5b6a..3b9c125d 100644 --- a/testenv/linters/pylint.ini +++ b/testenv/linters/pylint.ini @@ -1,6 +1,6 @@ [MASTER] ignore = .git -extension-pkg-whitelist = +extension-pkg-whitelist = setproctitle, gpiod, spidev, @@ -35,6 +35,8 @@ disable = unsubscriptable-object, unused-private-member, unspecified-encoding, + consider-using-f-string, + unnecessary-lambda-assignment, # https://github.com/PyCQA/pylint/issues/3882 [CLASSES] |