simple-login/.pre-commit-config.yaml

10 lines
210 B
YAML
Raw Normal View History

2020-03-15 18:16:00 +00:00
repos:
2020-03-17 08:22:29 +00:00
- repo: https://github.com/psf/black
2020-03-15 18:16:00 +00:00
rev: stable
hooks:
- id: black
2020-12-06 21:18:58 +00:00
language_version: python3.7
- repo: https://gitlab.com/pycqa/flake8
rev: master
hooks:
- id: flake8