We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c1bef2 commit e52dc0cCopy full SHA for e52dc0c
1 file changed
codeflash/verification/pytest_plugin.py
@@ -469,9 +469,9 @@ def _clear_cache_for_object(obj: Any) -> None:
469
for _, obj in inspect.getmembers(module):
470
if callable(obj):
471
_clear_cache_for_object(obj)
472
- except Exception:
+ except Exception: # noqa: S110
473
pass
474
475
476
477
def _set_nodeid(self, nodeid: str, count: int) -> str:
0 commit comments