Replace curly quotes with straight quotes
Curly quotes usually input from Chinese input method. When read from english context, it makes some confusion. Change-Id: I3e99e14394469b1c16afe943dc69df5631f73186
This commit is contained in:
parent
501633611c
commit
3b87b4ef06
2
tox.ini
2
tox.ini
@ -51,7 +51,7 @@ exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build
|
||||
import-order-style = pep8
|
||||
application-import-names = ironic_staging_drivers
|
||||
max-complexity=17
|
||||
# [H106] Don’t put vim configuration in source files.
|
||||
# [H106] Don't put vim configuration in source files.
|
||||
# [H203] Use assertIs(Not)None to check for None.
|
||||
# [H904] Delay string interpolations at logging calls.
|
||||
enable-extensions=H106,H203,H904
|
||||
|
Loading…
Reference in New Issue
Block a user