From 9ba1fd0db4231ebfbe67cc556c9186f098bc82c0 Mon Sep 17 00:00:00 2001 From: Yushiro FURUKAWA Date: Wed, 7 Jun 2017 04:00:51 +0900 Subject: [PATCH] Trivial-fix: Remove non ascii char E.g. U+2018 LEFT SINGLE QUOTATION MARK Change-Id: Ie7a6a04781a9b331cec6a1c9a89a1bb52f9134cd --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5c5261549..424c91346 100644 --- a/tox.ini +++ b/tox.ini @@ -85,7 +85,7 @@ commands = python setup.py build_sphinx # E126 continuation line over-indented for hanging indent # E128 continuation line under-indented for visual indent # E129 visually indented line with same indent as next logical line -# E265 block comment should start with ‘# ‘ +# E265 block comment should start with '# ' # H404 multi line docstring should start with a summary # H405 multi line docstring summary not separated with an empty line # TODO(dougwig) -- uncomment this to test for remaining linkages