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