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