Trivial: Remove the non ascii codes in tox.ini
Change-Id: I99fa32ac021c0951fba1d25236bab597073dd301
This commit is contained in:
parent
486a6f961c
commit
46ee76aa46
2
tox.ini
2
tox.ini
@ -104,7 +104,7 @@ exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build
|
|||||||
import-order-style = pep8
|
import-order-style = pep8
|
||||||
application-import-names = ironic
|
application-import-names = ironic
|
||||||
max-complexity=18
|
max-complexity=18
|
||||||
# [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.
|
# [H203] Use assertIs(Not)None to check for None.
|
||||||
# [H204] Use assert(Not)Equal to check for equality.
|
# [H204] Use assert(Not)Equal to check for equality.
|
||||||
# [H205] Use assert(Greater|Less)(Equal) for comparison.
|
# [H205] Use assert(Greater|Less)(Equal) for comparison.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user