mrwilson / adr-viewer

Generate easy-to-read web pages for your Architecture Decision Records
MIT License
160 stars 27 forks source link

Typing #44

Closed mrwilson closed 1 year ago

mrwilson commented 1 year ago

Resolves #43 by adding return types, and type-checking with mypy as part of the pre-merge check process.

This highlighted where a variable was being reused for different purposes (a list of status lines, and the actual result status)