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
* `IMPACTED_CHECKER_CLASSES` is a `type[BaseChecker]`,
not a `BaseChecker` (we are instantiating it)
* Replace `sys._getframe` "implementation detail"
with a standard `pytest` autouse `fixture`
* Make sure our test corpus does not raise any warnings
(Deus Ex Machina from the future)
Signed-off-by: Stavros Ntentos <[email protected]>
0 commit comments