Install pre-commit hooks

This commit is contained in:
Emily Doherty 2024-12-08 18:13:48 -08:00
parent e7a9466092
commit eef31b5631

5
.pre-commit-config.yaml Normal file
View File

@ -0,0 +1,5 @@
repos:
- repo: https://github.com/psf/black
rev: 24.10.0
hooks:
- id: black