summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
blob: be3886fb8b187360d8636742f131ede20a7e7a3f (plain)
1
2
3
4
5
6
repos:
-   repo: https://github.com/ambv/black
    rev: 20.8b1
    hooks:
    - id: black
      language_version: python3.7