simple-login/.pre-commit-config.yaml
2020-03-17 09:22:29 +01:00

6 lines
122 B
YAML

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