mirrors-mypy/.pre-commit-hooks.yaml
2018-05-30 21:38:46 +00:00

8 lines
158 B
YAML

- id: mypy
name: mypy
entry: mypy
language: python
'types': [python]
args: ["--ignore-missing-imports"]
additional_dependencies: []