summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
blob: 059fe70fc732eeea1427ef69702e8fe9e277b569 (plain)
1
2
3
4
5
6
7
8
# Install pre-commit hooks via
# pre-commit install

repos:
-   repo: https://github.com/ambv/black
    rev: stable
    hooks:
    - id: black