Quantum-Accelerators/electrai#82 Fix lint errors
Ran pre-commit run -a -v, to get CI passing:
- Remove unused
**kwargsand no-opon_exceptionmethod indataset.py - Fix
on_test_batch_endsignature (add missing_batchparam) inlightning.py - Use
Path.open()instead ofPath.open(path, ...)inlightning.py - Remove
from pathlim import Pathtypo inlightning.py - Wrap long lines in
resunet.py - Remove trailing whitespace in config yamls
-
ruff checkpasses -
ruff format --checkpasses - CI passes
🤖 Generated with Claude Code