Closes # (if applicable).
- I tested my contribution locally and it works as intended.
- Code and workflow changes are sufficiently documented.
- Changed dependencies are added to
pixi.toml(usingpixi add <dependency-name>). - Changes in configuration options are added in
config/config.default.yaml. - Changes in configuration options are documented in
doc/configtables/*.csv. - Changes in configuration options are added in
config/test/*.yaml. - Open-TYNDP SPDX license header added to all touched files.
- For new data sources or versions, these instructions have been followed.
- New rules are documented in the appropriate
doc/*.rstfiles. - A release note
doc/release_notes.rstis added. - Major features are documented with up-to-date information in
READMEanddoc/index.rst. - Module docstrings added to new Python scripts.