Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 913 Bytes

File metadata and controls

28 lines (20 loc) · 913 Bytes

Structural Explainability Organization (.github repo)

License: MIT Build Status Check Links

GitHub profile repo for the structural-explainability organization on GitHub.

Developer (running pre-commit)

Steps to run pre-commit locally. Install uv.

Initialize once:

uv self update
uvx pre-commit install
uvx pre-commit run --all-files

Save progress as needed:

git add -A
# If pre-commit makes changes, re-run `git add -A` before committing.
git commit -m "update"
git push -u origin main