blob: 9ba53749d10547668bed18f57c3ab316bcfc9ff1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
repos:
- repo: https://github.com/ambv/black
rev: 18.6b4
hooks:
- id: black
args: [--safe, --quiet]
exclude: tests/testdata
python_version: python3.6
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v1.2.3
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
|