Merge lp://staging/~rbalint/update-manager/pep8-again into lp://staging/update-manager
Proposed by
Balint Reczey
Status: | Merged |
---|---|
Merged at revision: | 2842 |
Proposed branch: | lp://staging/~rbalint/update-manager/pep8-again |
Merge into: | lp://staging/update-manager |
Diff against target: |
424 lines (+56/-55) 18 files modified
UpdateManager/ChangelogViewer.py (+1/-1) UpdateManager/Core/MetaRelease.py (+2/-2) UpdateManager/Core/MyCache.py (+6/-6) UpdateManager/Core/UpdateList.py (+8/-8) UpdateManager/Dialogs.py (+1/-1) UpdateManager/UpdateManager.py (+2/-2) UpdateManager/UpdatesAvailable.py (+6/-6) UpdateManager/backend/__init__.py (+4/-4) debian/changelog (+5/-4) debian/source_update-manager.py (+2/-2) janitor/plugincore/manager.py (+4/-4) janitor/plugincore/plugins/kdelibs4to5_plugin.py (+1/-1) janitor/plugincore/plugins/langpack_manual_plugin.py (+3/-3) janitor/plugincore/tests/test_documentation.py (+3/-3) tests/test_hwe_support_status.py (+3/-3) tests/test_pep8.py (+1/-1) tests/test_update_origin.py (+3/-3) tests/test_utils.py (+1/-1) |
To merge this branch: | bzr merge lp://staging/~rbalint/update-manager/pep8-again |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Iain Lane (community) | Approve | ||
Brian Murray | Approve | ||
Review via email: mp+355934@code.staging.launchpad.net |
To post a comment you must log in.
laney@bionic> pycodestyle . --ignore= E265,E402, W503
laney@bionic>
Great, thanks!