Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 202 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 202 Bytes

Contributing

A short guidance for anyone to contribute

CLI

# on top of requirements.txt
pip install pytest, ruff, pandas

# tests
pytest test.py

# ruff
ruff check --fix
ruff format