summary refs log tree commit diff
path: root/docs/code_style.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957)Patrick Cloke2020-02-211-1/+1
| | | | Ensure good comprehension hygiene using flake8-comprehensions.
* Add an export_signing_key script (#6546)Richard van der Hoff2019-12-191-6/+7
| | | | | I want to do some key rotation, and it is silly that we don't have a way to do this.
* (#5849) Convert rst to markdown (#6040)dstipp2019-09-171-0/+169
Converting some of the rst documentation to markdown. Attempted to preserve whitespace and line breaks to minimize cosmetic change.