All Versions
94
Latest Version
Avg Release Cycle
52 days
Latest Release
-
Changelog History
Page 6
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