summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
blob: 9e27ab8ec826fcf4a36954cc5b90a548857bce07 (plain)
1
2
3
4
5
6
7
repos:
-   repo: https://github.com/psf/black
    rev: 21.5b0
    hooks:
    - id: black
      language_version: python3.7