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