summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
blob: d22621d3e0b039e2ec0e0bc611bd5deb203d9b5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
repos:
-   repo: https://github.com/timothycrosley/isort
    rev: 5.9.3
    hooks:
    -   id: isort
-   repo: https://github.com/ambv/black
    rev: 22.3.0
    hooks:
    - id: black
      language_version: python3
-   repo: https://gitlab.com/pycqa/flake8
    rev: 3.9.2
    hooks:
    - id: flake8