You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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
The text was updated successfully, but these errors were encountered:
#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.The text was updated successfully, but these errors were encountered: