Merge "Fix Chinese quotes"

This commit is contained in:
Zuul 2019-02-13 09:42:43 +00:00 committed by Gerrit Code Review
commit 9824e87cad
1 changed files with 1 additions and 1 deletions

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