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