popsim-consortium / popsim-consortium/stdpopsim
audit "noqa" comments
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 144
- Forks
- 100
- Avg merge
- 2h 44m
- Merged PRs (30d)
- 2
Description
While reviewing #677, I noticed we have a lot of # noqa comments. This is a directive to flake8 that the line should be ignored. We should change all of these to specify the specific warning(s) that is to be ignored.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files or tests; start by auditing the repository's # noqa comments in the context of flake8 and review #677. Determine the warning code or codes each comment suppresses, then update every bare directive so the audit is complete. Done means no unspecified # noqa comments remain.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100