S101 should not show for test files
### Summary
Ruff should automatically ignore `S101` in paths that match `./tests/**/test_*.py`.
When writing tests with pytest, use of `assert` is expected and should not raise an issue.
### Version
ruff 0.15.20
0 条评论