Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 412 Bytes

File metadata and controls

20 lines (16 loc) · 412 Bytes

Contributing

Thanks for contributing to identity-risk-engine.

Setup

python3.11 -m pip install -e .[dev]

Validation

make lint PYTHON=python3.11
make test PYTHON=python3.11

Pull Requests

  • Keep changes focused and include tests.
  • Add/update docs for API and behavior changes.
  • Do not commit secrets or real user data.
  • Prefer synthetic examples for demos and notebooks.