summary refs log tree commit diff
path: root/changelog.d/10885.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use direct references for some configuration variables (part 3) (#10885)Patrick Cloke2021-09-231-0/+1
This avoids the overhead of searching through the various configuration classes by directly referencing the class that the attributes are in. It also improves type hints since mypy can now resolve the types of the configuration variables.