Create-hooks

This commit is contained in:
oxmik3lartz 2023-10-08 05:03:44 -05:00 committed by GitHub
parent 19aa121db0
commit 7cf65e96f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

11
pre_commit/-hooks Normal file
View file

@ -0,0 +1,11 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 22.10.0
hooks:
- id: black