mrwilson / adr-viewer

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

Typing #44

Closed mrwilson closed 10 months ago

mrwilson commented 10 months 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)