We love contributions! Here's how you can help:
- Fork the repository
- Clone your fork:
git clone https://github.com/tyranroot/ReConing.git - Setup:
python3 setup.py
- Follow PEP 8
- Use type hints
- Write docstrings
- Maximum line length: 100
# Run tests
python3 -m pytest tests/
# With coverage
python3 -m pytest tests/ --cov=src