cytomining / pycytominer

Python package for processing image-based profiling data
https://pycytominer.readthedocs.io
BSD 3-Clause "New" or "Revised" License
78 stars 35 forks source link

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

Open kenibrewer opened 7 months ago

kenibrewer commented 7 months ago

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: