13 lines
316 B
YAML
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]
|