--------------- - `256 <https://github.com/PyCQA/prospector/pull/256>`_ Match relative paths that giving different results when using `--absolute-paths` flag - Pin vulture version < 0.25
0.12.10
--------------- - Force pyroma >= 2.3 - `236 <https://github.com/PyCQA/prospector/pull/236>`_ Fix typo and update URLs in docs
0.12.9
--------------- - `237 <https://github.com/PyCQA/prospector/pull/237>`_ Load pylint plugins before pylint config - `253 <https://github.com/PyCQA/prospector/issues/253>`_ Relaxing pyroma constraint - `229 <https://github.com/PyCQA/prospector/issues/229>`_ prospector crashes on startup if a recent pyroma is installed
0.12.8
--------------- * Enforce pylint, pyflakes and pycodestyle versions to avoid breaking other dependent tools * `242 <https://github.com/PyCQA/prospector/pull/248>`_ Fix absolute path issue with pylint * `234 <https://github.com/PyCQA/prospector/pull/234>`_ Added Python 3.5/3.6 support on build
0.12.7
--------------- * Enforcing pydocstyle >= 2.0.0 for API compatibility reliability
0.12.6
--------------- * `210 <https://github.com/PyCQA/prospector/issues/210/>`_ `#212 <https://github.com/PyCQA/prospector/issues/212/>`_ Removing debug output accidentally left in (souliane) * `211 <https://github.com/PyCQA/prospector/issues/211/>`_ Added VSCode extension to docs (DonJayamanne) * `215 <https://github.com/PyCQA/prospector/pull/215/>`_ Support `pydocstyle>=2.0` (samspillaz) * `217 <https://github.com/PyCQA/prospector/issues/217/>`_ Updating links to supported tools in docs (mbeacom) * `219 <https://github.com/PyCQA/prospector/pull/219/>`_ Added a `__main__.py` to allow calling `python -m prospector` (cprogrammer1994)