implicit-namespace-package
(INP001
) - false negative when package contains no source files but contains nested packages
#10783
Labels
rule
Implementing or modifying a lint rule
if i have the following folder structure:
i get no error in
baz.py
because there's an__init__.py
file in thebar
package, but there should be an error that thebar
package does not have an__init__.py
.the correct structure is:
The text was updated successfully, but these errors were encountered: