pylint: ignore unspecified-encoding which is specific to Windows (#56300)

This commit is contained in:
Frédéric Péters 2021-08-21 09:54:18 +02:00
parent 694a51beef
commit 993835e8b6
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ disable=
too-many-return-statements,
too-many-statements,
undefined-loop-variable,
unspecified-encoding,
unsubscriptable-object,
unused-argument,
use-a-generator