Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 798 Bytes

File metadata and controls

33 lines (24 loc) · 798 Bytes

Contributing to options-trading-bot

Thanks for your interest! This project is maintained by Viprasol Tech. Contributions of all kinds are welcome.

Development setup

git clone https://github.com/Viprasol-Tech/options-trading-bot.git
cd options-trading-bot
python -m pip install -e ".[dev]"

Before opening a PR

ruff check .
ruff format --check .
mypy src
pytest

Guidelines

  • Keep public functions typed and documented; mypy runs in strict mode.
  • ruff format is the source of truth for style.
  • Never commit secrets, API keys, .env, or private keys.
  • Update CHANGELOG.md for user-facing changes.

Questions

Reach us on Telegram or at support@viprasol.com.