summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
blob: 23c155d065bceed4728e56e31d98d18745691433 (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.3b0
    hooks:
    - id: black
      args: [--safe, --quiet]
      exclude: functional|input|test/extension|test/regrtest_data|test/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.15
    hooks:
    -   id: isort