Files
django-template/.pre-commit-config.yaml
2020-12-23 13:09:17 +01:00

25 lines
619 B
YAML

fail_fast: true
repos:
- repo: https://github.com/twu/skjold
rev: v0.1.6
hooks:
- id: skjold
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
hooks:
- id: trailing-whitespace
language: python
- repo: https://github.com/ambv/black
rev: stable
hooks:
- id: black
language_version: python3.8
- repo: https://gitlab.com/pycqa/flake8
rev: 3.7.9
hooks:
- id: flake8
- repo: https://github.com/asottile/blacken-docs
rev: v1.8.0
hooks:
- id: blacken-docs