Commit c49cf62
committed
Suppress S101 (assert in tests) via per-file-ignores
S101 started firing after a ruff version bump in CI, including against
the pre-existing test_00.py. Use of assert is standard pytest practice;
suppress it for tests/* alongside SLF001.1 parent 6307ae6 commit c49cf62
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
120 | 121 | | |
121 | 122 | | |
0 commit comments