diff options
author | Maxim Devaev <[email protected]> | 2021-08-21 12:39:07 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2021-08-21 12:39:07 +0300 |
commit | 89c8a0cb4989cafeccd167d7b035d3ddcecc709d (patch) | |
tree | dd7147ab3d34ac836c8714a325249ebe2bd2a1c9 | |
parent | 6fe19c50a2355634c9a791f74fd61efe4c61b0c5 (diff) |
lint fix
-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 f086a1b5..6ef27260 100644 --- a/testenv/linters/pylint.ini +++ b/testenv/linters/pylint.ini @@ -36,6 +36,7 @@ disable = consider-using-in, unsubscriptable-object, unused-private-member, + unspecified-encoding, # https://github.com/PyCQA/pylint/issues/3882 [CLASSES] |