~ilasc/launchpad:flake8-f841

Last commit made on 2021-08-04
Get this branch:
git clone -b flake8-f841 https://git.launchpad.net/~ilasc/launchpad
Only Ioana Lasc can upload to this branch. If you are Ioana Lasc please log in for upload directions.

Branch merges

Branch information

Name:
flake8-f841
Repository:
lp:~ilasc/launchpad

Recent commits

00a6b98... by Ioana Lasc

flake8: fix F841

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.