professional-programming/.pre-commit-config.yaml

19 lines
420 B
YAML
Raw Normal View History

2020-07-21 09:31:05 +02: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: 19.3b0
hooks:
- id: black
- repo: https://github.com/thlorenz/doctoc
rev: v1.4.0
hooks:
- id: doctoc
2020-07-21 09:37:15 +02:00
args:
- --title
- "## Table of Contents"