Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 29371619: Noissue - Fix E305 by adapting flake8-abp to use groups, run tests on Python 3.6 (Closed)

Created:
Jan. 12, 2017, 3:22 p.m. by Sebastian Noack
Modified:
Jan. 12, 2017, 4:16 p.m.
Reviewers:
Vasily Kuznetsov
Visibility:
Public.

Description

Noissue - Fix E305 by adapting flake8-abp to use groups, run tests on Python 3.6

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -16 lines) Patch
M flake8-abp/flake8_abp.py View 5 chunks +11 lines, -11 lines 3 comments Download
M flake8-abp/setup.py View 1 chunk +4 lines, -4 lines 0 comments Download
M flake8-abp/tox.ini View 1 chunk +1 line, -1 line 1 comment Download

Messages

Total messages: 4
Sebastian Noack
https://codereview.adblockplus.org/29371619/diff/29371620/flake8-abp/flake8_abp.py File flake8-abp/flake8_abp.py (left): https://codereview.adblockplus.org/29371619/diff/29371620/flake8-abp/flake8_abp.py#oldcode375 flake8-abp/flake8_abp.py:375: check_non_default_encoding.name = 'abp-non-default-encoding' With flake8 3.2.0, it begun to ...
Jan. 12, 2017, 3:55 p.m. (2017-01-12 15:55:03 UTC) #1
Vasily Kuznetsov
LGTM https://codereview.adblockplus.org/29371619/diff/29371620/flake8-abp/flake8_abp.py File flake8-abp/flake8_abp.py (right): https://codereview.adblockplus.org/29371619/diff/29371620/flake8-abp/flake8_abp.py#newcode481 flake8-abp/flake8_abp.py:481: if int(flake8.__version__.split('.')[0]) < 3: On 2017/01/12 15:55:03, Sebastian ...
Jan. 12, 2017, 4:08 p.m. (2017-01-12 16:08:51 UTC) #2
Vasily Kuznetsov
LGTM https://codereview.adblockplus.org/29371619/diff/29371620/flake8-abp/flake8_abp.py File flake8-abp/flake8_abp.py (right): https://codereview.adblockplus.org/29371619/diff/29371620/flake8-abp/flake8_abp.py#newcode481 flake8-abp/flake8_abp.py:481: if int(flake8.__version__.split('.')[0]) < 3: On 2017/01/12 15:55:03, Sebastian ...
Jan. 12, 2017, 4:08 p.m. (2017-01-12 16:08:51 UTC) #3
Vasily Kuznetsov
Jan. 12, 2017, 4:09 p.m. (2017-01-12 16:09:56 UTC) #4
Funny, the mouse made a double click by accident and it seems the comment got
posted twice.

Powered by Google App Engine
This is Rietveld