Fix Chinese quotes

Change-Id: I5af213c41dc4f2f09ff2be9f519b9ee01854ee3c
This commit is contained in:
zhangdebo 2018-11-24 16:04:05 +08:00
parent 8d51896947
commit b37833f9e6

View File

@ -49,7 +49,7 @@ commands =
sphinx-build -W -b html doc/source doc/build/html
[flake8]
# 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
enable-extensions=H106,H203
show-source = true