mirrors-mypy/.pre-commit-hooks.yaml
Anthony Sottile 4284bc4ffc v0.610-1
2018-06-13 18:40:09 -07:00

8 lines
183 B
YAML

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