Address ruff warnings
Open
@nick-greenwald is already working on this.
Since Jul 23, 2026.
sustainment
- Dominant language
- JavaScript
- Stars
- 3
- Forks
- 2
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 2
Description
The ruff and flake8 jobs for anms-core, aricodec, and transcoder all show multiple warnings related to whitespace, unused variables, unordered imports, and other benign issues. These should all be addressed. Many can be fixed by simply running ruff check --fix, others will have to be manually fixed. See https://github.com/NASA-AMMOS/anms/issues/299#issuecomment-5007333730 for a summary of the ruff findings when it was initially added to the CI.
Contributor guide
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.
Assessment
This issue has not been assessed yet.