enable unicode format string linter

This commit is contained in:
Matthew Piatetsky
2019-02-05 10:20:15 -05:00
committed by Calen Pennington
parent 2fc755d43f
commit 5b1007cda2
2 changed files with 1 additions and 3 deletions

View File

@@ -346,7 +346,6 @@ disable =
using-cmp-argument,
xrange-builtin,
zip-builtin-not-iterating,
unicode-format-string,
native-string,
[REPORTS]
@@ -447,4 +446,4 @@ int-import-graph =
[EXCEPTIONS]
overgeneral-exceptions = Exception
# 4285ece9aa125ff8efc6f77ed6d34579e65e2d96
# ddfc2b6fc6acff4fdfcc76ecb982aa840035d86f

View File

@@ -7,7 +7,6 @@ load-plugins+=,caniusepython3.pylint_checker
[MESSAGES CONTROL]
# Disable unicode-format-string until we can agree to turn it on.
disable+ =
unicode-format-string,
native-string,
[BASIC]