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 S101 violations in cyto_utils #392

Open kenibrewer opened 7 months ago

kenibrewer commented 7 months ago

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

Acceptance Criteria: