Replace chinese quotes

Change-Id: I39f1b5efad55a3c20d09bde8280b95c5f146b490
This commit is contained in:
chenpengzi 2018-02-05 17:23:30 +08:00
parent 5e4734aa4b
commit fa61ea897f
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ show-source = true
builtins = _
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools
# [H904] Delay string interpolations at logging calls
# [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.
# [H204] Use assert(Not)Equal to check for equality
# [H205] Use assert(Greater|Less)(Equal) for comparison