This repository was archived by the owner on May 25, 2025. It is now read-only.

Description
Following up from illinois-cs241/broadway-api#58, some warnings like shadowing variable names, type mismatch warning slip by flake8. We should be able to catch such things and not let them slip into production code.
Maybe change the linter? But have been unsuccessful in finding linters which can do this.