Use standard quote character
On some platforms using ’ instead of ' causes problems for tox to be run. This patch fixes this at the same time not causing any readability issues. Change-Id: Icf8e4a9aa42dce64afb0d15ca7ff005478dbbfa7
This commit is contained in:
parent
8110243388
commit
8891018897
2
tox.ini
2
tox.ini
@ -67,7 +67,7 @@ ignore = E129
|
||||
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,tools,imagebuild/tinyipa/tinyipafinal,imagebuild/tinyipa/tinyipabuild
|
||||
import-order-style = pep8
|
||||
application-import-names = ironic_python_agent
|
||||
# [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