Merge lp:~canonical-platform-qa/qakit/flake8-fixes into lp:~thomir/qakit/trunk
| Status: | Superseded |
|---|---|
| Proposed branch: | lp:~canonical-platform-qa/qakit/flake8-fixes |
| Merge into: | lp:~thomir/qakit/trunk |
| Diff against target: |
428 lines (+65/-68) 11 files modified
qakit/__init__.py (+2/-2) qakit/commands.py (+8/-7) qakit/config.py (+2/-2) qakit/format.py (+18/-12) qakit/lkkb.py (+11/-9) qakit/tests/__init__.py (+2/-3) qakit/tests/test_config.py (+2/-4) qakit/tests/test_format.py (+5/-6) qakit/tests/test_trello.py (+3/-6) qakit/trello.py (+7/-12) setup.py (+5/-5) |
| To merge this branch: | bzr merge lp:~canonical-platform-qa/qakit/flake8-fixes |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Vincent Ladeuil (community) | Approve on 2015-04-18 | ||
| Leo Arias (community) | Approve on 2015-04-17 | ||
| Thomi Richards | 2015-04-17 | Pending | |
|
Review via email:
|
|||
This proposal has been superseded by a proposal from 2015-04-28.
Commit Message
Flake8 fixes
Description of the Change
Flake8 fixes
| Federico Gimenez (fgimenez) wrote : | # |
Hi Vincent, about the license boilerplate this is text that we are using in other projects like ubuntu-
Thanks,
[1] http://
[2] https:/
Unmerged revisions
- 6. By Federico Gimenez on 2015-04-17
-
making flake8 happy

@Federico: Thanks for doing this !
Let's get those flake8 issues out of the way and automated asap.
I have a few questions/comments inline but nothing blocking this MP landing.