Skip to content
Snippets Groups Projects
Commit dacb718b authored by Max Drexler's avatar Max Drexler
Browse files

add CONTRIBUTING

parent ff54fc05
No related branches found
Tags 0.10.2
No related merge requests found
# Contributing
How to set up your dev environment to work on the grib processor.
First, create a virtual environment like in the [readme](/README.md#setup).
Then, install ruff and mypy.
Before pushing commits run:
`ruff format grib_processor.py`
`ruff check grib_processor.py`
`mypy grib_processor.py`
>Note: mypy will give an error about untyped imports, this can be ignored.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment