Releases: prospector-dev/prospector
1.9.0
v1.8.4
v1.8.3
v1.8.2
1.8.1
Add support for Python 3.11
1.8.0
File discovery fixes:
Finding paths and files to check has been replaced with a new version using pathlib
- this should not result in any changes,
except fixing an issue where pylint
and pydocstyle
were inspecting the same file or directory twice sometimes.
However it may cause slightly different orders or reduce these duplicate warnings.
The behavior of prospector should be unchanged, apart from some bugfixes related to the old file discovery mechanism.
Related bugs and PRs:
Other bugfixes:
- #106
- Running prospector on a path not in the CWD (eg, 'prospector /some/where/else') will not cause exceptions, and will instead use absolute paths for message output
- Autodetction of libraries, to automatically use pylint plugins, will no work on projects using a pyproject.toml ; also it has been turned on by default, it seemed to have accidentally been set to off by default some time ago.
- #529
Misc:
- Prospector now runs on itself without generating errors after all linting warnings were fixed
1.8.0 rc1
1.8.0 rc0
This is currently still a pre-release.
File discovery fixes
Finding paths and files to check has been replaced with a new version using pathlib
- this should not result in any changes, except fixing an issue where pylint
and pydocstyle
were inspecting the same file or directory twice sometimes. However it may cause slightly different orders or reduce these duplicate warnings.
The behaviour of prospector should be unchanged, apart from some bugfixes related to the old file discovery mechanism.
Related bugs and PRs:
Other bugfixes
Misc
Prospector now runs on itself without generating errors after all linting warnings were fixed
1.7.7
1.7.6
It's a bugs life.
Fixes:
- Fixed a problem where pylint was reporting the same message multiple times, because it was given a path to the file multiple times
- The blending fix mentioned in the 1.7.5 release was actually not checked in by accident, this is there now.