Skip to content

Instantly share code, notes, and snippets.

@ryan-williams
Last active February 18, 2026 18:12
Show Gist options
  • Select an option

  • Save ryan-williams/29281715f655136d0be805e2ff1166e6 to your computer and use it in GitHub Desktop.

Select an option

Save ryan-williams/29281715f655136d0be805e2ff1166e6 to your computer and use it in GitHub Desktop.

Summary

Ran pre-commit run -a -v, to get CI passing:

  • Remove unused **kwargs and no-op on_exception method in dataset.py
  • Fix on_test_batch_end signature (add missing _batch param) in lightning.py
  • Use Path.open() instead of Path.open(path, ...) in lightning.py
  • Remove from pathlim import Path typo in lightning.py
  • Wrap long lines in resunet.py
  • Remove trailing whitespace in config yamls

Test plan

  • ruff check passes
  • ruff format --check passes
  • CI passes

🤖 Generated with Claude Code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment