diff options
author | Maxim Devaev <[email protected]> | 2024-11-02 21:04:57 +0200 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2024-11-02 21:04:57 +0200 |
commit | 1e277c0f06f25e67a35a1b2910ed59333f97f6c0 (patch) | |
tree | d5f66a338f9b9fe0bbefa5de25fcebd457dd248f /testenv/linters | |
parent | 95597b15e45fc38c52613d4cca4ec6309f8a2c82 (diff) |
lint fix
Diffstat (limited to 'testenv/linters')
-rw-r--r-- | testenv/linters/pylint.ini | 1 |
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] |