We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Originally reported by: Florian Bruhin (BitBucket: The-Compiler, GitHub: @The-Compiler?)
Currently when executing pylint on a folder of python files which is not a package, this happens:
F: 1, 0: error while code parsing: Unable to load file 'tests/__init__.py' ([Errno 2] No such file or directory: 'tests/__init__.py') (parse-error)
This is an issue because the pytest testing tool recommends having tests without __init__.py.
__init__.py
Instead of the error, I think pylint should find .py/.pyw files in the given directory.
The text was updated successfully, but these errors were encountered:
Original comment by Claudiu Popa (BitBucket: PCManticore, GitHub: @PCManticore):
Duplicate of #352.
Sorry, something went wrong.
I'll leave issue 352 for this. Thanks.
No branches or pull requests
Originally reported by: Florian Bruhin (BitBucket: The-Compiler, GitHub: @The-Compiler?)
Currently when executing pylint on a folder of python files which is not a package, this happens:
This is an issue because the pytest testing tool recommends having tests without
__init__.py
.Instead of the error, I think pylint should find .py/.pyw files in the given directory.
The text was updated successfully, but these errors were encountered: