summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
blob: 0612c1d41fefece62d8c41b718b77fddccf73781 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
ci:
  # https://pre-commit.ci/#configuration
  autoupdate_schedule: weekly
  autofix_prs: false

repos:
  - repo: https://github.com/psf/black
    # WARNING: rev should be the same as in `pyproject.toml`.
    rev: 21.9b0
    hooks:
      - id: black