Replace Chinese punctuation with English punctuation

Change-Id: I29ee7fa83c661cb7eaecebb6d7d8917282d2cf5d
This commit is contained in:
sunqingliang6 2018-01-22 14:48:33 +08:00
parent 63a360c0ad
commit 56f0e38882

View File

@ -97,7 +97,7 @@ commands =
[flake8]
# Temporarily disable complaints about docstring for public module/class/method
# H106 Dont put vim configuration in source files
# H106 Don't put vim configuration in source files
# H203 Use assertIs(Not)None to check for None
ignore = D100,D101,D102,D103,D104,D105,D200,D201,D202,D204,D205,D300,D301,D400,D401,I100,I201
enable-extensions=H106,H203