https://github.com/cytomining/pycytominer/pull/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.
https://github.com/cytomining/pycytominer/pull/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:
# noqa: S108
ignores in the pycytominer repo.