79530610

Date: 2025-03-24 09:05:33
Score: 0.5
Natty:
Report link

Pylint might not be picking up the .venv correctly. Try running:

PYTHONPATH=. uv run pylint . 

Or modify your pyproject.toml:

[tool.pylint.MASTER] 
init-hook='import sys; sys.path.append(".venv/lib/python3.12/site-packages")'

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Yuvraj