Skip to content

Releases: jgosmann/pylint-venv

v3.0.3

24 Oct 18:52
0dfe038
Compare
Choose a tag to compare

Added

  • Official support for Pylint 3.
  • Official support for Python 3.12.
  • Documentation for configuration within pyproject.toml (#17, #19).

v3.0.2

12 Jun 15:48
4e51572
Compare
Choose a tag to compare

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

23 Feb 20:57
ba1c6d5
Compare
Choose a tag to compare

Fixed

  • Add changelog (CHANGES.md) back into source distribution.

v3.0.0

22 Feb 19:56
7227327
Compare
Choose a tag to compare

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

24 Jun 16:10
ef41422
Compare
Choose a tag to compare

Added

  • Add quiet argument to inithook method. It suppresses all output from the plugin.

v2.2.0

07 Jun 19:13
f5d5efb
Compare
Choose a tag to compare

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

17 Aug 18:02
a80a6c1
Compare
Choose a tag to compare

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

22 Mar 14:29
5cc81ed
Compare
Choose a tag to compare

Added

  • Support for using pylint installed in a virtual environment. See force_venv_activation parameter on inithook method.

v2.0.0

19 Oct 18:06
a74e893
Compare
Choose a tag to compare

Added

  • Support for Conda and PyPy
  • Documentation improvements

Removed

  • Support for Python 2.7.

v1.1.0

19 Oct 17:58
584fe9b
Compare
Choose a tag to compare

Compatibility with Python 3 venv module.