mirrors-mypy/.pre-commit-hooks.yaml
Anthony Sottile 7af15c1f24 v0.670-1
2019-03-14 20:25:47 -07:00

9 lines
208 B
YAML

- id: mypy
name: mypy
entry: mypy
language: python
'types': [python]
args: ["--ignore-missing-imports", "--scripts-are-modules"]
require_serial: true
additional_dependencies: []