Trivial: Remove the non ascii codes in tox.ini

Change-Id: I99fa32ac021c0951fba1d25236bab597073dd301
This commit is contained in:
zhangjl 2018-02-26 05:56:57 +00:00
parent 486a6f961c
commit 46ee76aa46
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build
import-order-style = pep8
application-import-names = ironic
max-complexity=18
# [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.
# [H204] Use assert(Not)Equal to check for equality.
# [H205] Use assert(Greater|Less)(Equal) for comparison.