All Versions
94
Latest Version
Avg Release Cycle
52 days
Latest Release
-

Changelog History
Page 5

  • v0.12.11 Changes

    • #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
  • v0.12.10 Changes

    • ๐Ÿ‘ฎ Force pyroma >= 2.3
    • โšก๏ธ #236 <https://github.com/PyCQA/prospector/pull/236>_ Fix typo and update URLs in docs
  • v0.12.9 Changes

    • ๐Ÿ‘• #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
  • v0.12.8 Changes

    • ๐Ÿ’… Enforece 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
  • v0.12.7 Changes

    • ๐Ÿ’… Enforcing pydocstyle >= 2.0.0 for API compatability reliability
  • v0.12.6 Changes

    • #210 #212 Removing debug output accidentally left in (@souliane)
    • ๐Ÿ“„ #211 Added VSCode extension to docs (@DonJayamanne)
    • ๐Ÿ’… #215 Support pydocstyle>=2.0 (@samspillaz)
    • โšก๏ธ #217 Updating links to supported tools in docs (@mbeacom)
    • #219 Added a __main__.py to allow calling python -m prospector (@cprogrammer1994)
  • v0.12.5 Changes

    • ๐Ÿ‘• #207 Fixed missing 'UnknownMessage' exception caused by recent pylint submodule changes
    • ๐Ÿ“š Minor documentation formatting updates
    • #202 Ignoring .tox directories to avoid accidentally checking the code in there
    • ๐Ÿ‘• #205 Fixes for compatability with pylint 1.7+
    • ๐Ÿ‘• #193 Fixes for compatability with pylint 1.6+
    • ๐Ÿ›  #194 Fixes for compatability with vulture 0.9+
    • ๐Ÿ’… #191 Fixes for compatability with pydocstyle 1.1+
  • v0.12.4 Changes

    • ๐Ÿš€ Panicky stapling of pyroma dependency until prospector is fixed to not break with the new pyroma release
  • v0.12.3 Changes

    • ๐Ÿ’… #190 Pinning pydocstyle version for now until API compatability with newer versions can be written
    • ๐Ÿ— #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...)
  • v0.12.1 Changes

    • ๐Ÿ #178 Long paths no longer cause crash in Windows.
    • ๐Ÿ’… #173 Changed from using pep8 to pycodestyle (which is what pep8 was renamed to)
    • ๐Ÿ›  #172 Fixed non-ascii file handling for mccabe tool and simplified all python source file reading