simple-login/.pre-commit-config.yaml
2020-03-15 19:16:00 +01:00

6 lines
123 B
YAML

repos:
- repo: https://github.com/ambv/black
rev: stable
hooks:
- id: black
language_version: python3.7