summaryrefslogtreecommitdiff
path: root/testenv/linters
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2024-11-02 21:04:57 +0200
committerMaxim Devaev <[email protected]>2024-11-02 21:04:57 +0200
commit1e277c0f06f25e67a35a1b2910ed59333f97f6c0 (patch)
treed5f66a338f9b9fe0bbefa5de25fcebd457dd248f /testenv/linters
parent95597b15e45fc38c52613d4cca4ec6309f8a2c82 (diff)
lint fix
Diffstat (limited to 'testenv/linters')
-rw-r--r--testenv/linters/pylint.ini1
1 files changed, 1 insertions, 0 deletions
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]