Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Refactor] Address S108 violations (unsafe /tmp usage) in cyto_utils.collate #394

Open
2 tasks
kenibrewer opened this issue Apr 2, 2024 · 0 comments
Open
2 tasks
Labels
good first issue Good for newcomers refactor Improve codebase without changing functionality

Comments

@kenibrewer
Copy link
Member

#387 introduced Bandit checks. Two S108 violations in pycytominer.cyto_utils.collate were left unaddressed at that time and were instead given # noqa: S108 ignores.

Acceptance Criteria:

  • There are no # noqa: S108 ignores in the pycytominer repo.
  • Pre-commit ruff checks are passing
@kenibrewer kenibrewer added good first issue Good for newcomers refactor Improve codebase without changing functionality labels Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers refactor Improve codebase without changing functionality
Projects
None yet
Development

No branches or pull requests

1 participant