Skip to content

1.8.0 rc0

Pre-release
Pre-release
Compare
Choose a tag to compare
@carlio carlio released this 13 Mar 13:11

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