C++ port of FRC1756-Argos/2020-Robot
This project uses pre-commit to check code formatting before accepting commits.
First install the prerequisites:
- python3 (with pip) - instructions
- wpiformat -
pip install wpiformat
- pre-commit -
pip install pre-commit
Then initialize:
pre-commit install
You'll now have style and formatting checks run prior to each commit!