Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 559 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 559 Bytes

HAMP Radar Processing tools

developing

This project uses various file formaters and linters (e.g. ruff for Python code) and uses pre-commit to run them automatically.

Please ensure that you have pre-commit configured locally by running:

pre-commit install

One of the pre-commit hooks ensures you use conventional commit messages which have the form:

<type>[optional scope]: <description>

[optional body]

[optional footer(s)]