summaryrefslogtreecommitdiffstats
path: root/test/sanity/code-smell/mypy.json
blob: 73d3ec22c604bc4669e625059e9edbbe966898fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "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"
}