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