refactor: cleanup, linting, and tooling updates (#108)
This commit is contained in:
@@ -20,7 +20,7 @@ def _decode_fixture(name: str) -> list[str]:
|
||||
continue
|
||||
try:
|
||||
pi_schema.decode_event(line)
|
||||
except Exception as exc:
|
||||
except Exception as exc: # noqa: BLE001
|
||||
errors.append(f"line {lineno}: {exc.__class__.__name__}: {exc}")
|
||||
|
||||
return errors
|
||||
|
||||
Reference in New Issue
Block a user