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