Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 357 Bytes

File metadata and controls

29 lines (19 loc) · 357 Bytes

Contributing

Development

Local setup

python -m venv .venv
source .venv/bin/activate
pip install -e '.[dev]'
pytest

Pre-push checks

Before pushing, run:

pytest

Issues

  • Include the exact command, expected vs actual behavior, and relevant logs.
  • Do not include secrets.

Security issues

See SECURITY.md.