Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 317 Bytes

File metadata and controls

18 lines (14 loc) · 317 Bytes

Contributing to CyberAI

Setup

git clone https://github.com/evkir/CyberAI cd CyberAI && pip install -r requirements.txt

Tests

pytest tests/unit/ -v pytest tests/integration/ -v

Lint

ruff check cyberai/ --fix

Commits

feat(scope): new feature fix(scope): bug fix docs: documentation test(scope): tests