gfi-bot/.pre-commit-config.yaml

12 lines
261 B
YAML
Raw Normal View History

2021-12-06 20:12:05 +08:00
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: 21.12b0
hooks:
- id: black