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

Changelog History
Page 2

  • v1.5.3 Changes

    • 👕 #465 <https://github.com/PyCQA/prospector/issues/465>_ Remove unnecessary configuration reset to fix pylint>=2.12 compatibility
    • 🔖 Version 1.5.3.1 was needed to unpin the pylint dependency to actually use the fix for compatibility.
  • v1.5.2 Changes

    • 🛠 #465 <https://github.com/PyCQA/prospector/issues/465>_ Bugfix release to pin pylint<2.12 because prospector's internals were not compatible with it
  • v1.5.1 Changes

    • 🚀 #438 <https://github.com/PyCQA/prospector/issues/438>_ Promoting pre-release to release as it appears to work
  • v1.5.0 Changes

    • #436 <https://github.com/PyCQA/prospector/pull/436>_ Swapped out packaging to use poetry instead of setup.py and setuptools
  • v1.5.0.1 Changes

    • #433 <https://github.com/PyCQA/prospector/issues/433>_ Attempted fix of flake8 dependency versioning conflict
  • v1.4.1 Changes

    • 👕 #373 <https://github.com/PyCQA/prospector/issues/373>_ Permits to raise pylint's useless-suppression
    • 💅 #414 <https://github.com/PyCQA/prospector/pull/414>_ Loosen pycodestyle requirement
    • #408 <https://github.com/PyCQA/prospector/pull/408>_ Fix filenames if they are PosixPath
    • #412 <https://github.com/PyCQA/prospector/pull/412>_ Fix unclosed file warning
    • #399 <https://github.com/PyCQA/prospector/pull/399>_ Fix fatal error on running mypy when duplicate module names
  • v1.4.0 Changes

    • ✏️ #424 <https://github.com/PyCQA/prospector/pull/424>_ GitHub Action to discover typos with codespell
    • 👕 #421 <https://github.com/PyCQA/prospector/pull/421>_ Loosen pylint requirement
    • 👕 #427 <https://github.com/PyCQA/prospector/pull/427>_ Fix prospector for latest pylint version and add Github actions
  • v1.3.1 Changes

    October 21, 2020
    • ⚡️ #390 <https://github.com/PyCQA/prospector/pull/390>_ Updating Vulture API usage for newer versions of Vulture
    • ⚡️ #394 <https://github.com/PyCQA/prospector/pull/394>_ Update pylint and pylint-django
  • v1.3.1.dev1 Changes

    August 22, 2020
    • 👕 Pin pylint-django to < 2.2 according to discussion in #393 (comment)
  • v1.3.1.dev0 Changes

    August 22, 2020
    • ⚡️ #394 Update pylint and pylint-django
    • ⚡️ #392 DOC update
    • ⚡️ #390 Updating Vulture API usage for newer versions of Vulture