Raised to bypass remaining verification checks and proceed directly to merge.
| 157 | |
| 158 | |
| 159 | class SkipToMerge(Exception): |
| 160 | """Raised to bypass remaining verification checks and proceed directly to merge.""" |
| 161 | pass |
| 162 | |
| 163 | @dataclass |
| 164 | class AuditContext: |
no outgoing calls
no test coverage detected