pylint: ignore unspecified-encoding

This commit is contained in:
Frédéric Péters 2021-08-21 09:58:26 +02:00
parent 68d664bcd1
commit 5c674c39e2
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ disable=
too-many-statements,
undefined-loop-variable,
unnecessary-comprehension,
unspecified-encoding,
unsubscriptable-object,
unsupported-membership-test,
unused-argument