~cjwatson/lazr.uri:master

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

Branch merges

Branch information

Name:
master
Repository:
lp:~cjwatson/lazr.uri

Recent commits

b20b959... by Colin Watson

Update pre-commit hooks

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

cf42ca5... by Colin Watson

Ignore the "black" commit for git blame

Use this configuration setting:

  git config blame.ignoreRevsFile .git-blame-ignore-revs

c711404... by Colin Watson

Apply black and isort

8d50061... by Jürgen Gmach

fix sphinx warning

Sphinx issues a warning, when the `html_static_path` contains paths with
underscores.

`tox -e docs` resulted in the following warning:
"WARNING: html_static_path entry '_static' does not exist"

As `_static` is the default value for `html_static_path` there is no
need to configure it explicitly.

Also see readthedocs/readthedocs.org#1776

An alternative approach would have been to set the path to e.g.
`static`.

2aa83ec... by Colin Watson

Use rST include directive rather than symlinks

0c83b2c... by Jürgen Gmach

Publish documentation on Read the Docs

bc99e84... by Jürgen Gmach

Add basic pre-commit configuration

67fd707... by Jürgen Gmach

Add support for Python 3.9 and 3.10

2996de3... by Colin Watson

Release lazr.uri 1.0.6.

b0b0cad... by Colin Watson

[r=cristiangsp] Adjust versioning strategy to avoid importing pkg_resources, which is slow in large environments.