sfbrigade / bats-server

Routed is an app to help ambulances direct non-critical patients to hospital emergency rooms with the most availability.
https://routedapp.org/
GNU Affero General Public License v3.0
18 stars 11 forks source link

Use pre-commit hooks #317

Open sandeep-n opened 10 months ago

sandeep-n commented 10 months ago

The pre-commit framework can help shorten development cycles by automating the running of linters/formatters and other checks prior to each commit (rather than waiting for things to break in CI).