diff --git a/setup.cfg b/setup.cfg index 7cae17b6..6c4f672c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,6 +34,7 @@ ignore = D1,D212,D203 [pylint.MASTER] disable = + consider-using-f-string, # f-string is not supported on Python2 unspecified-encoding, # open() does not provide `encoding` in Python2 use-maxsplit-arg, redundant-u-string-prefix,