We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eade69e commit bcfdd9bCopy full SHA for bcfdd9b
pylint/lint/expand_modules.py
@@ -150,7 +150,7 @@ def expand_modules(
150
)
151
if has_init or is_namespace or is_directory:
152
for subfilepath in modutils.get_module_files(
153
- os.path.dirname(filepath) or ".", [], list_all=is_namespace
+ os.path.dirname(filepath) or ".", ignore_list, list_all=is_namespace
154
):
155
subfilepath = os.path.normpath(subfilepath)
156
if filepath == subfilepath:
0 commit comments