python-visualization / branca

This library is a spinoff from folium, that would host the non-map-specific features.
https://python-visualization.github.io/branca/
MIT License
112 stars 64 forks source link

Add `pre-commit` to `requirements-dev.txt` #169

Closed achieveordie closed 5 months ago

achieveordie commented 5 months ago

While setting up branca, I found that the pre-commit is missing from the requirements file. This PR adds pre-commit to the default dev installation.

martinfleis commented 5 months ago

Thanks!