{"library":"pylint-venv","title":"pylint-venv","description":"pylint-venv provides a Pylint init-hook to automatically use the same Pylint installation with different virtual environments. Version 3.0.4 supports Python 3.7-3.13 and Pylint 3. It resolves virtual environment paths and configures the hook via pylintrc, pyproject.toml, or toml. Released as needed.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install pylint-venv"],"cli":null},"imports":["from pylint_venv import inithook"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"# Add to your .pylintrc [MAIN] section:\n# init-hook=import pylint_venv; pylint_venv.inithook()\n\n# Or programmatically:\nfrom pylint_venv import inithook\ninithook()","lang":"python","description":"Configure Pylint to automatically detect and use the virtual environment's packages.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}