kidney / .pre-commit-config.yaml
h3110Fr13nd's picture
Initial
47488ce
raw
history blame contribute delete
No virus
237 Bytes
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- repo: https://github.com/psf/black
rev: 23.3.0
hooks:
- id: black