assemblygood first issue
Repository metrics
- Stars
- (753 stars)
- PR merge metrics
- (Avg merge 6d 2h) (71 merged PRs in 30d)
Description
The assembler currently warns about unused imports and unused docstrings, but not about unused constants.
We use warnings_as_errors in the protocol to make sure we have no unused imports and the same would be nice to have for constants (e.g. no longer used error constants).
Of course, this is not of very high priority.