thinkingmachines / geowrangler

🌏 A python package for wrangling geospatial datasets
https://geowrangler.thinkingmachin.es/
MIT License
47 stars 14 forks source link

Pin black version for nbqa #208

Closed jtmiclat closed 1 year ago

jtmiclat commented 1 year ago

Pin black version of nbqa to be reproducible and consistent. Local installation of pre-commit nbqa was using a different version of black in ci/cd cause of local caching. Local would using the latest black version at the time of running pre-commit install while ci/cd will use the latest version of black. It ended up cause pre-commit ci/cd to fail while local to passes. Pinning the black version solves this.