app-MAIL-temp/.pre-commit-config.yaml

6 lines
122 B
YAML
Raw Normal View History

2020-03-15 19:16:00 +01:00
repos:
2020-03-17 09:22:29 +01:00
- repo: https://github.com/psf/black
2020-03-15 19:16:00 +01:00
rev: stable
hooks:
- id: black
language_version: python3.7