diff --git a/setup.cfg b/setup.cfg
index 7cae17b69f2e8cacd6e8ad574c486b80a4d98511..6c4f672c5cf2e826f6b60c138ee0905557d661a1 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,