You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/sanity/code-smell/mypy.json

16 lines
311 B
JSON

{
"prefixes": [
"lib/ansible/",
"packaging/",
"test/lib/ansible_test/",
"test/sanity/",
"test/units/"
],
"extensions": [
".py"
],
"multi_version": "controller",
"error_code": "ansible-test",
"output": "path-line-column-code-message"
}