Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MNT]
ruff
linting - allow use of assert (S101) (#1701)
Currently, pre-commit trips over uses of `assert` which exist in non-test code across the code base. This is often discouraged, but a de-facto part of the current code base, so for now we should simply skip the corresponding linting rule.
- Loading branch information