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

Changelog History
Page 6

  • v0.12 Changes

    • ๐Ÿ’… #170 Changed from using pep257 to pydocstyle (which is what pep257 is now called)
    • โš  #162 Properly warning about optional tools which are not installed
    • #166 Added vscode formatter
    • ๐Ÿ‘ #153 Better pep257 support
    • ๐ŸŒฒ #156 Better pyroma logging hack for when pyroma is not installed
    • ๐Ÿ›  #158 Fixed max-line-length command line option
  • v0.11.7 Changes

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

    • Yet more 'dodgy' encoding problem avoidance
  • v0.11.5 Changes

    • Including forgotten 'python-targets' value in profile serialization
  • v0.11.4 Changes

    • Prevented 'dodgy' tool from trying to analyse compressed text data
  • v0.11.3 Changes

    • ๐Ÿ›  Fixed encoding of file contents handling by tool "dodgy" under Python3
  • v0.11.2 Changes

    • ๐Ÿ›  Fixed a file encoding detection issue when running under Python3
    • ๐Ÿ‘• If a pylint plugin is specified in a .pylintrc file which cannot be loaded, prospector will now carry on with a warning rather than simply crash
  • v0.11.1 Changes

    • ๐Ÿ‘• #147 Fixed crash when trying to load pylint configuration files in pylint 1.5
  • v0.11 Changes

    • ๐Ÿ‘• Compatability fixes to work with pylint>=1.5
    • ๐Ÿ‘• McCabe tool now reports correct line and character number for syntax errors (and therefore gets blended if pylint etc detects such an error)
    • Autodetect of libraries will now not search inside virtualenvironments
    • ๐Ÿ“š #142 better installation documentation in README (thanks @ExcaliburZero)
    • โš  #141 profile-validator no longer complains about member-warnings (thanks @alefteris)
    • #140 emacs formatter includes character position (thanks @philroberts)
    • ๐Ÿ›  #138 docs fixed for 'output-format' profile option (thanks @faulkner)
    • ๐Ÿ›  #137 fixed various formatting issues in docs (thanks @danstender)
    • ๐Ÿ‘• #132 Added support for custom flask linting thanks to the awesome pylint-flask plugin by jschaf
    • ๐Ÿ‘• #131, #134 Custom pylint plugins are now loaded from existing .pylintrc files if present (thanks @kaidokert and @antoviaque)
  • v0.10.2 Changes

    • โž• Added information to summary to explain what external configuration was used (if any) to configure the underlying tools
    • ๐Ÿ›  Fixed supression-token search to use (or at least guess) correct file encoding