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