Releases: jgosmann/pylint-venv
Releases · jgosmann/pylint-venv
v3.0.4
Added
- Official support for Python 3.13.
v3.0.3
Added
- Official support for Pylint 3.
- Official support for Python 3.12.
- Documentation for configuration within
pyproject.toml
(#17, #19).
v3.0.2
Fixed
- Handle symlinks pointing to the main
python3.x
directory in a venv. In particular, this fixes an issue with Conda and Python 3.10 (#16).
v3.0.1
Fixed
- Add changelog (
CHANGES.md
) back into source distribution.
v3.0.0
Changed
- Require that the
force_venv_activation
argument to inithook
is passed as keyword argument.
Removed
- Remove (official) support for Python 3.6.
Fixed
- Do not include documentation files in pure library distribution (#13).
- Clarify that the hook has to be configured in the
[MAIN]
section (#14)
v2.3.0
Added
- Add
quiet
argument to inithook
method. It suppresses all output from the plugin.
v2.2.0
Added
- Check alternative directory locations given by the
PYLINT_VENV_PATH
environment variable. The variable consists of paths separated by a
colon :
.
v2.1.1
Fixed
- Activate virtual environment even if its Python version does not match the
Python version used by pylint. Note that Python packages in the virtual
environment incombatible with pylint's Python version will not work.
v2.1.0
Added
- Support for using pylint installed in a virtual environment. See
force_venv_activation
parameter on inithook
method.
v2.0.0
Added
- Support for Conda and PyPy
- Documentation improvements
Removed