summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
blob: f317fc27ec6434f3dee38ce9fa7c334b91ace2ae (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: 20.8b1
    hooks:
    - id: black