generic/.pre-commit-config.yaml
2019-11-08 16:35:06 +01:00

12 lines
233 B
YAML

repos:
- repo: https://github.com/ambv/black
rev: 19.10b0
hooks:
- id: black
language_version: python3
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.740
hooks:
- id: mypy
args: [ --show-error-codes ]