EducationalTestingService / EducationalTestingService/rstfinder
collapse_rst_labels.py could be cleaned up a bit
Open
minor
- Dominant language
- Python
- Stars
- 128
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
Some of the regular expressions are a bit unnecessarily complicated (e.g., including extraneous instances of `.*`), and in some cases, perhaps `str.startswith` could be used instead of `re.search`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.