Files
django-template/.pre-commit-config.yaml
2020-09-22 22:12:44 +02:00

13 lines
316 B
YAML

fail_fast: true
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
hooks:
- id: trailing-whitespace
language: python
- repo: https://github.com/asottile/blacken-docs
rev: v1.8.0
hooks:
- id: blacken-docs
additional_dependencies: [black==19.3b0]