On Wed, 14 May 2014 15:34:23 +0900
Yoshihiro Kaneko wrote:
> 2014-05-14 13:27 GMT+09:00 FUJITA Tomonori :
>> On Tue, 13 May 2014 19:05:33 +0900
>> Yoshihiro Kaneko wrote:
>>
>>> Add the pep8 section to tox.ini and specify ignoring E113.
>>> Many E113 errors appeared on comments. It seems a bug o
2014-05-14 13:27 GMT+09:00 FUJITA Tomonori :
> On Tue, 13 May 2014 19:05:33 +0900
> Yoshihiro Kaneko wrote:
>
>> Add the pep8 section to tox.ini and specify ignoring E113.
>> Many E113 errors appeared on comments. It seems a bug of pep8, so it can be
>> ignored.
>>
>> Signed-off-by: Yoshihiro Kan
On Tue, 13 May 2014 19:05:33 +0900
Yoshihiro Kaneko wrote:
> Add the pep8 section to tox.ini and specify ignoring E113.
> Many E113 errors appeared on comments. It seems a bug of pep8, so it can be
> ignored.
>
> Signed-off-by: Yoshihiro Kaneko
> ---
> run_tests.sh |3 +--
> tox.ini
Add the pep8 section to tox.ini and specify ignoring E113.
Many E113 errors appeared on comments. It seems a bug of pep8, so it can be
ignored.
Signed-off-by: Yoshihiro Kaneko
---
run_tests.sh |3 +--
tox.ini |4
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/r