Merge "Replace curly quotes with straight quotes"

This commit is contained in:
Zuul 2018-02-16 11:42:03 +00:00 committed by Gerrit Code Review
commit e8dbc2c5f7
1 changed files with 1 additions and 1 deletions

View File

@ -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] 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.
# [H904] Delay string interpolations at logging calls.
enable-extensions=H106,H203,H904