feat: add pre-commit hook

This commit is contained in:
2023-06-16 19:52:43 +07:00
parent 8ca7cd3504
commit 1e734494f7
5 changed files with 195 additions and 14 deletions

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

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