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