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