blob: f4ca3a0e44991865f5eed451c0817d13ee3a2fdc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
repos:
- repo: https://github.com/ambv/black
rev: 19.10b0
hooks:
- id: black
args: [--safe, --quiet]
exclude: tests/functional/|tests/input|tests/extensions/data|tests/regrtest_data/|tests/data/
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.1.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- repo: https://github.com/pre-commit/mirrors-isort
rev: v4.3.21
hooks:
- id: isort
|