Added pre-commit checks

This commit is contained in:
Dan
2024-05-07 09:49:27 -04:00
parent 02c03fe992
commit d42975d981

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

@ -0,0 +1,11 @@
repos:
- repo: https://github.com/psf/black
rev: 24.4.2
hooks:
- id: black
language_version: python3.10.6
- repo: https://github.com/pycqa/flake8
rev: 7.0.0 # Use the latest revision
hooks:
- id: flake8