mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +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:
@@ -341,7 +341,7 @@ def generate_command(args, path, options, exclude, require):
|
||||
:type options: dict[str, int]
|
||||
:type exclude: list[str]
|
||||
:type require: list[str]
|
||||
:return: list[str]
|
||||
:rtype: list[str]
|
||||
"""
|
||||
options['--color'] = 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user