mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Consider module_utils deps when running tests. (#21382)
* Skip pep8 analysis when --explain is used. * Fix return type annotations. * Match line length requirement of PEP 8 config. * Consider module_utils deps when running tests.
This commit is contained in:
@@ -227,7 +227,7 @@ def deepest_path(path_a, path_b):
|
||||
"""Return the deepest of two paths, or None if the paths are unrelated.
|
||||
:type path_a: str
|
||||
:type path_b: str
|
||||
:return: str | None
|
||||
:rtype: str | None
|
||||
"""
|
||||
if path_a == '.':
|
||||
path_a = ''
|
||||
|
||||
Reference in New Issue
Block a user