diff options
author | Devaev Maxim <[email protected]> | 2020-10-08 10:36:55 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-10-08 10:36:55 +0300 |
commit | 39e033626838f359c664ab63f4b3e6e33438d5e4 (patch) | |
tree | 3c0a9cffa082304971f53f5ab5f38666aa683f6d /testenv | |
parent | 8ee8331fdfead4078853ec7391616fe0f02e5c8b (diff) |
lint fix
Diffstat (limited to 'testenv')
-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 1d273038..dff276c6 100644 --- a/testenv/linters/pylint.ini +++ b/testenv/linters/pylint.ini @@ -33,6 +33,7 @@ disable = no-else-return, len-as-condition, raise-missing-from, + consider-using-in, [CLASSES] exclude-protected = |