Skip to content
Snippets Groups Projects
Commit c3a404d3 authored by John Snow's avatar John Snow
Browse files

python: add mypy config


Formalize the options used for checking the python library. You can run
mypy from the directory that mypy.ini is in by typing `mypy qemu/`.

Signed-off-by: default avatarJohn Snow <jsnow@redhat.com>
Message-id: 20201009175123.249009-2-jsnow@redhat.com
[Edit: Added newline; thanks Bin Meng --js]
Signed-off-by: default avatarJohn Snow <jsnow@redhat.com>
parent d2b08b79
No related branches found
No related tags found
No related merge requests found
[mypy]
strict = True
python_version = 3.6
warn_unused_configs = True
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment