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