Skip to content
New issue

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

python data path is where code lives, so pylint assumes all project files are system files and ignores them #42

Open
thoraxe opened this issue Sep 28, 2023 · 0 comments

Comments

@thoraxe
Copy link

thoraxe commented Sep 28, 2023

2023-09-28 18:58:38.363 [info] [Warn  - 6:58:38 PM] Skipping standard library file: /opt/app-root/src/llamaindex-rag-example/react_example.py
sysconfig.get_paths()
{'stdlib': '/usr/lib64/python3.11', 'platstdlib': '/opt/app-root/lib64/python3.11', 'purelib': '/opt/app-root/lib/python3.11/site-packages', 'platlib': '/opt/app-root/lib64/python3.11/site-packages', 'include': '/usr/include/python3.11', 'platinclude': '/usr/include/python3.11', 'scripts': '/opt/app-root/bin', 'data': '/opt/app-root'}

microsoft/vscode-black-formatter#272
https://stackoverflow.com/questions/76187582/python-file-not-formating-in-vscode-due-to-it-being-skipped-by-formatter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant