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