summary refs log tree commit diff
path: root/synapse/logging/_structured.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-02-21Publishing/removing from the directory requires a power level greater than ↵Patrick Cloke2-5/+6
canonical aliases.
2020-02-21Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957)Patrick Cloke73-276/+251
Ensure good comprehension hygiene using flake8-compre