summary refs log tree commit diff
path: root/changelog.d/10891.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.44.0rc1Erik Johnston2021-09-281-1/+0
|
* Improve typing in user_directory files (#10891)David Robertson2021-09-241-0/+1
* Improve typing in user_directory files This makes the user_directory.py in storage pass most of mypy's checks (including `no-untyped-defs`). Unfortunately that file is in the tangled web of Store class inheritance so doesn't pass mypy at the moment. The handlers directory has already been mypyed. Co-authored-by: reivilibre <olivier@librepush.net>