~cjwatson/lazr.restfulclient:main

Last commit made on 2023-01-30
Get this branch:
git clone -b main https://git.launchpad.net/~cjwatson/lazr.restfulclient
Only Colin Watson can upload to this branch. If you are Colin Watson please log in for upload directions.

Branch merges

Branch information

Name:
main
Repository:
lp:~cjwatson/lazr.restfulclient

Recent commits

40cdf45... by Colin Watson

Update pre-commit hooks

Includes fix for https://github.com/PyCQA/isort/issues/2077.

e69a2a1... by Colin Watson

Release lazr.restfulclient 0.14.5

de7d78b... by Colin Watson

Fix black pre-commit hook

We can't upgrade to black 22.3.0 since we still need to support Python 2
syntax, but this works around https://github.com/psf/black/issues/2964
in a different way.

f5e7daa... by Colin Watson

Fix HostedFile.open(mode="w") on Python 3

This failed because `value` is used to construct a `BytesIO`, so must be
bytes. Not tested here, but it'll be tested via the launchpadlib
doctests that are run as part of Launchpad once we get those working on
Python 3.

0b59e82... by Colin Watson

Run docs environment with python3

021247a... by Colin Watson

Use rST include directive rather than symlinks

7f61207... by Colin Watson

Apply pyupgrade

e477817... by Jürgen Gmach

Apply inclusive naming via the `woke` pre-commit hook

c7c665b... by Jürgen Gmach

Add .git-blame-ignore-revs configuration file

2417072... by Jürgen Gmach

Apply black code formatter