Remove unicode quotes from tox.ini

On some locales and some versions of python these quotes might not
decode properly, causing tox to fail to run pep8 environment, so
let's change them to the usual ASCII ones.

Change-Id: Ib60844aa222c65c7862adf817c5cb73e1d1cf5f4
This commit is contained in:
Vladyslav Drok 2020-11-04 17:06:23 +01:00
parent ca47af38d0
commit d77ce5cabd
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ max-complexity=15
# [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.
# [H210] Require autospec, spec, or spec_set in mock.patch/mock.patch.object calls
# [H210] Require 'autospec', 'spec', or 'spec_set' in mock.patch/mock.patch.object calls
# [H904] Delay string interpolations at logging calls.
enable-extensions=H106,H203,H204,H205,H210,H904
import-order-style = pep8