~twom/launchpad:lint-e632

Last commit made on 2021-08-04
Get this branch:
git clone -b lint-e632 https://git.launchpad.net/~twom/launchpad
Only Tom Wardill can upload to this branch. If you are Tom Wardill please log in for upload directions.

Branch merges

Branch information

Name:
lint-e632
Repository:
lp:~twom/launchpad

Recent commits

7e10a33... by Tom Wardill

Remove F632 violations

c08a1e2... by Colin Watson

Add isort configuration

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/406589

b588a1d... by Colin Watson

Remove __future__ imports

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/406551

a4479f4... by Colin Watson

Add isort configuration

This isn't yet enabled in pre-commit, but this gives us a common base to
work from to clean up lint.

7087f94... by Colin Watson

Restore __future__ imports in devscripts for now

This still needs to work on Python 2 until we sort out a viable upgrade
path.

b7b1869... by Colin Watson

Revert update-sourcecode to Python 2 for now

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/406584

9b970f2... by Colin Watson

Revert update-sourcecode to Python 2 for now

It needs to be able to run outside Launchpad's virtualenv and import
breezy or bzrlib, and on xenial (e.g. in a buildbot test run) only
bzrlib for Python 2 is available.

5f7674d... by Colin Watson

Fix TestBranchMergeDetectionHandler for DMARC-compliant addresses

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/406577

ebde447... by Colin Watson

Fix TestBranchMergeDetectionHandler for DMARC-compliant addresses

f1f86fa... by Colin Watson

Remove __future__ imports

With this commit, Launchpad stops working on Python 2.