simple-login/.pre-commit-config.yaml
2020-12-06 22:18:58 +01:00

10 lines
210 B
YAML

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