Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 691 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 691 Bytes

FRC 2022 Robot Code Build Status

Rapid React!

Pre-commit hooks

To help validate your code at commit time, you can enable the pre-commit hooks locally by:

  • have python installed on your system
  • run pip install pre-commit
  • At the root of this repository run pre-commit install

If they are ever getting in your way you can always force a commit to go through by adding the --no-verify flag, eg: git commit --no-verify -am "This is broken and I want it merged anyway"