--------------- * `207 <https://github.com/PyCQA/prospector/pull/207/>`_ Fixed missing 'UnknownMessage' exception caused by recent pylint submodule changes * Minor documentation formatting updates * `202 <https://github.com/PyCQA/prospector/issues/202/>`_ Ignoring .tox directories to avoid accidentally checking the code in there * `205 <https://github.com/PyCQA/prospector/pull/205/>`_ Fixes for compatibility with pylint 1.7+ * `193 <https://github.com/PyCQA/prospector/pull/193/>`_ Fixes for compatibility with pylint 1.6+ * `194 <https://github.com/PyCQA/prospector/pull/194/>`_ Fixes for compatibility with vulture 0.9+ * `191 <https://github.com/PyCQA/prospector/pull/191/>`_ Fixes for compatibility with pydocstyle 1.1+
0.12.4
--------------- * Panicky stapling of pyroma dependency until prospector is fixed to not break with the new pyroma release
0.12.3
--------------- * `190 <https://github.com/PyCQA/prospector/pull/190/>`_ Pinning pydocstyle version for now until API compatibility with newer versions can be written * `184 <https://github.com/PyCQA/prospector/pull/184/>`_ Including the LICENCE file when building dists * Fixed a crash in the profile_validator tool if an empty profile was found * (Version 0.12.2 does not exist due to a counting error...)
0.12.1
--------------- * `178 <https://github.com/PyCQA/prospector/pull/178/>`_ Long paths no longer cause crash in Windows. * `173 <https://github.com/PyCQA/prospector/issues/154/>`_ Changed from using pep8 to pycodestyle (which is what pep8 was renamed to) * `172 <https://github.com/PyCQA/prospector/issues/172/>`_ Fixed non-ascii file handling for mccabe tool and simplified all python source file reading
0.12
--------------- * `170 <https://github.com/PyCQA/prospector/issues/170/>`_ Changed from using pep257 to pydocstyle (which is what pep257 is now called) * `162 <https://github.com/PyCQA/prospector/issues/162/>`_ Properly warning about optional tools which are not installed * `166 <https://github.com/PyCQA/prospector/pulls/166/>`_ Added vscode formatter * `153 <https://github.com/PyCQA/prospector/pulls/153/>`_ Better pep257 support * `156 <https://github.com/PyCQA/prospector/pulls/156/>`_ Better pyroma logging hack for when pyroma is not installed * `158 <https://github.com/PyCQA/prospector/pulls/158/>`_ Fixed max-line-length command line option
0.11.7
--------------- * Wrapping all tools so that none can directly write to stdout/stderr, as this breaks the output format for things like json. Instead, it is captured and optionally included as a regular message.