summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
blob: a41758897075772a3c806e7216a62ca6ee8b2c34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks

repos:
  - repo: https://github.com/psf/black
    rev: 24.2.0
    hooks:
      - id: black

  - repo: https://github.com/pycqa/isort
    rev: 5.13.2
    hooks:
      - id: isort
        name: isort (python)