matthiasdemuzere / w2w

A python tool that ingests WUDAPT information into WRF.
MIT License
39 stars 16 forks source link

fixing pre-commit failure #86

Closed matthiasdemuzere closed 2 years ago

matthiasdemuzere commented 2 years ago

fixing pre-commit failure, following advice @theendlessriver13:

To fix this run pre-commit locally 1st pip install pre-commit then pre-commit run --all-files this should remove the trailing whitespace then commit the changes (to a new branch and as a PR).