Skip to content
Snippets Groups Projects
Commit 5b1007cd authored by Matthew Piatetsky's avatar Matthew Piatetsky Committed by Calen Pennington
Browse files

enable unicode format string linter

parent 2fc755d4
No related merge requests found
......@@ -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
......@@ -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]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment