hackforla / peopledepot

A project to setup a datastore for people and projects at HackforLA. The link below takes you to the code documentation
https://hackforla.github.io/peopledepot/
GNU General Public License v2.0
5 stars 24 forks source link

Remove requirement for python 3.10 in pre-commit #196

Closed anandramakris closed 9 months ago

anandramakris commented 10 months ago

Overview

Installing the environment for black with pre-commit requires python 3.10. This causes problems for those who use anaconda, in which python cannot be updated to 3.10 due to compatibility issues.

Action Items

Resources/Instructions

anandramakris commented 10 months ago

See PR #200.