summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
blob: 674c9958baaf203676b6f6cb68a2adf8a052979c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
repos:
-   repo: https://github.com/timothycrosley/isort
    rev: 4.3.21
    hooks:
      - id: isort
        additional_dependencies:
          - toml
-   repo: https://github.com/python/black
    rev: 19.10b0
    hooks:
    - id: black