metergroup / GRANOLA

Apache License 2.0
5 stars 1 forks source link

Remove Click version pin when black fixes Click incompatibility issue and off of python 2 #34

Open madeline-scyphers opened 2 years ago

madeline-scyphers commented 2 years ago

🐛 Bug Report

Click > 8.1 broke some things with black, which they are trying to quickly fix. But right now we can fix it ourselves by pinning Click to < 8.1. We can't remove that until we move off of Python 2 because we are also pinned for black so that we can still have python 2 formatting support. Once we move off of Python 2, we should be able to remove the Click version pinning