~jugmac00/launchpadlib:apply-inclusive-naming

Last commit made on 2021-11-12
Get this branch:
git clone -b apply-inclusive-naming 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:
apply-inclusive-naming
Repository:
lp:~jugmac00/launchpadlib

Recent commits

d90fe89... by Jürgen Gmach

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

e4abee7... by Colin Watson

Move black options to pyproject.toml

This means that `black` will still use this project's configuration when
it is being run outside of `pre-commit` (perhaps by editor integration).

5ce0d8f... by Colin Watson

Update URL to black repository

3ba3946... by Colin Watson

Remove remnants of simplejson in favour of json

5d891c7... by Jürgen Gmach

Publish documentation on readthedocs.org

74a8b97... by Colin Watson

Document use of black

1d5d414... by Jürgen Gmach

Ignore the "black" commit for `git blame`

All developers need to apply the following config setting:

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

230a233... by Jürgen Gmach

Apply black code formatter

As the commit id of this commit will change once it gets merged, there
needs to be a second commit introducing a .git-blame-ignore-revs
configuration file to ignore the black formatting commit for `git
blame`.

Also, the following command needs to be applied then by each developer:

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

8d85999... by Jürgen Gmach

Use flake8 via pre-commit

f7fc211... by Colin Watson

Remove some obsolete scripts from contrib/

`editmoin` is a separate project that has nothing to do with
launchpadlib.

`close_bugs_from_commits` and `update-milestone-progress` assumed that
Launchpad's source is managed in bzr, which hasn't been true since 2019,
and are no longer useful enough to justify maintaining them.