~jugmac00/launchpadlib:flake8-code

Last commit made on 2021-10-27
Get this branch:
git clone -b flake8-code https://git.launchpad.net/~jugmac00/launchpadlib
Only Jürgen Gmach can upload to this branch. If you are Jürgen Gmach please log in for upload directions.

Branch merges

Branch information

Name:
flake8-code
Repository:
lp:~jugmac00/launchpadlib

Recent commits

1effcf4... by Jürgen Gmach

Use flake8 via pre-commit

b3df6db... by Colin Watson

Add basic pre-commit configuration

79fecd1... by Colin Watson

Release launchpadlib 1.10.15.1

07da694... by Colin Watson

Release launchpadlib 1.10.15

5ee6d99... by Jürgen Gmach

Avoid warning when building docs

`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`.

0120389... by Jürgen Gmach

Add support for newer Python versions

dd33d26... by Colin Watson

Build a universal wheel

launchpadlib supports both Python 2 and 3 and has no C extensions.

22707e4... by Colin Watson

Move .bzrignore to .gitignore

908c764... by Colin Watson

[r=cjwatson] Don't exclude MANIFEST.in

74894d7... by Stefano Rivera <email address hidden>

Don't exclude MANIFEST.in

Building from the sdist (as the Debian package does) misses the XML resources
for the tests, without the MANIFEST.in being present.