summary refs log tree commit diff
path: root/docs/development/internal_documentation (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-31Add stricter mypy options (#15694)Patrick Cloke11-24/+40
Enable warn_unused_configs, strict_concatenate, disallow_subclassing_any, and disallow_incomplete_defs.
2023-05-30Enforce that an admin token also has the basic Matrix API scopeQuentin Gliech2-6/