summary refs log tree commit diff
path: root/changelog.d/10915.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean-up type hints in server config (#10915)Patrick Cloke2021-09-281-0/+1
By using attrs instead of dicts to store configuration. Also updates some of the attrs classes to use proper type hints and auto_attribs.