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. Several S101 violations in pycytominer.cyto_utils were left unaddressed at that time and were instead given # noqa: S101 ignores.
Acceptance Criteria:
There are no # noqa: S101 ignores in the pycytominer repo.
Pre-commit ruff checks are passing
Testing has been adjusted to expect the non-AssertionError error classes that will be created instead.
The text was updated successfully, but these errors were encountered:
#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:
# noqa: S101
ignores in the pycytominer repo.AssertionError
error classes that will be created instead.The text was updated successfully, but these errors were encountered: