assemblygood first issue
Repository metrics
- Stars
- (753 個のスター)
- PR merge metrics
- (平均マージ 6d 2h) (30d で 71 merged PRs)
説明
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.