enable unicode format string linter
This commit is contained in:
committed by
Calen Pennington
parent
2fc755d43f
commit
5b1007cda2
3
pylintrc
3
pylintrc
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user