diff options
| -rw-r--r-- | pylint/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pylint/config.py b/pylint/config.py index 1a29a119f..2c7849a20 100644 --- a/pylint/config.py +++ b/pylint/config.py @@ -620,6 +620,7 @@ class OptionsManagerMixIn(object): # Use this encoding in order to strip the BOM marker, if any. with io.open(config_file, 'r', encoding='utf_8_sig') as fp: + # pylint: disable=deprecated-method parser.readfp(fp) # normalize sections'title |
