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