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
Branches
Tags release-2020-08-27-11.22
No related merge requests found
...@@ -346,7 +346,6 @@ disable = ...@@ -346,7 +346,6 @@ disable =
using-cmp-argument, using-cmp-argument,
xrange-builtin, xrange-builtin,
zip-builtin-not-iterating, zip-builtin-not-iterating,
unicode-format-string,
native-string, native-string,
[REPORTS] [REPORTS]
...@@ -447,4 +446,4 @@ int-import-graph = ...@@ -447,4 +446,4 @@ int-import-graph =
[EXCEPTIONS] [EXCEPTIONS]
overgeneral-exceptions = Exception overgeneral-exceptions = Exception
# 4285ece9aa125ff8efc6f77ed6d34579e65e2d96 # ddfc2b6fc6acff4fdfcc76ecb982aa840035d86f
...@@ -7,7 +7,6 @@ load-plugins+=,caniusepython3.pylint_checker ...@@ -7,7 +7,6 @@ load-plugins+=,caniusepython3.pylint_checker
[MESSAGES CONTROL] [MESSAGES CONTROL]
# Disable unicode-format-string until we can agree to turn it on. # Disable unicode-format-string until we can agree to turn it on.
disable+ = disable+ =
unicode-format-string,
native-string, native-string,
[BASIC] [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