Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

50 lines (34 loc) · 1.4 KB

Change Log

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

[Released] - 0.0.5 2020-05-10

Fixed

  • Correctly handle a pydocstyle internal crash on invalid syntax
  • Correctly handle a pylint internal crash on invalid syntax

[Released] - 0.0.4 2020-01-21

Fixed

  • Detection of error message about outdated lint tool

[Released] - 0.0.3 2020-01-14

Added

  • URL to pylint lint messages

Changed

  • Improve highlighting position.

[Released] - 0.0.2 2020-01-10

Fixed

  • A typo in the Edit package setting URL

[Released] - 0.0.1 2020-01-08

Added

  • Lint tool flake8
  • lint tool mypy
  • Lint tool pydocstyle
  • Lint tool pylint
  • Option to trigger lint 'on file save' for every lint tool individually
  • Option to trigger lint 'as you type' for every lint tool individually
  • Option to deactivate linting for every lint tool individually
  • Option to specify python executable path
  • Option to specify PYTHONPATH
  • Option to specify a path to a lint tool configuration file (setup.cfg)

Changed

  • Made it works.