maestral/.pre-commit-config.yaml
2020-11-19 17:33:08 +00:00

17 lines
309 B
YAML

repos:
- repo: https://github.com/ambv/black
rev: stable
hooks:
- id: black
language_version: python3
- repo: https://gitlab.com/pycqa/flake8
rev: master
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
rev: master
hooks:
- id: mypy