generic/.pre-commit-config.yaml

12 lines
233 B
YAML
Raw Normal View History

2019-11-08 16:00:27 +03:00
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
2019-11-08 16:04:58 +03:00
args: [ --show-error-codes ]