diff options
author | Devaev Maxim <[email protected]> | 2021-07-08 16:52:51 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2021-07-08 16:52:51 +0300 |
commit | 7c68b6b406b1ab864b832be814458a93717ce908 (patch) | |
tree | dd9ea3b93a76fdae365b88afa746754d95fe2d16 /testenv/linters | |
parent | 43aa435b81980ff5bc7a4b6ccacebde9d4ee2167 (diff) |
lint fixes
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 b2471ffe..f086a1b5 100644 --- a/testenv/linters/pylint.ini +++ b/testenv/linters/pylint.ini @@ -35,6 +35,7 @@ disable = raise-missing-from, consider-using-in, unsubscriptable-object, + unused-private-member, # https://github.com/PyCQA/pylint/issues/3882 [CLASSES] |