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