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

11 lines
210 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
rev: 22.1.0
2020-03-15 19:16:00 +01:00
hooks:
- id: black
2020-12-06 22:18:58 +01:00
language_version: python3.7
2022-02-06 21:37:43 +01:00
- repo: https://github.com/pycqa/flake8
rev: 4.0.1
2020-12-06 22:18:58 +01:00
hooks:
- id: flake8