diff options
author | Matt Clay <matt@mystile.com> | 2024-11-09 03:58:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-09 03:58:29 +0100 |
commit | 9d249432c49a4bec98319c86b2c7d69b95ecb9ec (patch) | |
tree | b53ec8fe657dc63b2a530ce5453d626063aa58ae /test/sanity/code-smell/mypy.json | |
parent | Add support for Windows Server 2025 (#84285) (diff) | |
download | ansible-9d249432c49a4bec98319c86b2c7d69b95ecb9ec.tar.xz ansible-9d249432c49a4bec98319c86b2c7d69b95ecb9ec.zip |
Increase scope of mypy sanity test (#84288)
* Increase scope of mypy sanity test
* Fix issues reported by mypy
Diffstat (limited to 'test/sanity/code-smell/mypy.json')
-rw-r--r-- | test/sanity/code-smell/mypy.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/sanity/code-smell/mypy.json b/test/sanity/code-smell/mypy.json index c8cd6fb8f5..73d3ec22c6 100644 --- a/test/sanity/code-smell/mypy.json +++ b/test/sanity/code-smell/mypy.json @@ -1,10 +1,10 @@ { "prefixes": [ "lib/ansible/", - "test/lib/ansible_test/_internal/", "packaging/", - "test/units", - "test/lib/ansible_test/_util/target/sanity/import/" + "test/lib/ansible_test/", + "test/sanity/", + "test/units/" ], "extensions": [ ".py" |