diff options
Diffstat (limited to 'test/sanity/code-smell/mypy.json')
-rw-r--r-- | test/sanity/code-smell/mypy.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/sanity/code-smell/mypy.json b/test/sanity/code-smell/mypy.json index 57a6ad6c15..c8cd6fb8f5 100644 --- a/test/sanity/code-smell/mypy.json +++ b/test/sanity/code-smell/mypy.json @@ -3,11 +3,13 @@ "lib/ansible/", "test/lib/ansible_test/_internal/", "packaging/", + "test/units", "test/lib/ansible_test/_util/target/sanity/import/" ], "extensions": [ ".py" ], "multi_version": "controller", + "error_code": "ansible-test", "output": "path-line-column-code-message" } |