Skip to content

Releases: prospector-dev/prospector

1.7.1

26 Feb 06:11
Compare
Choose a tag to compare

Lots of smaller bugfixes in this release.

Fixes:

  • Prospector now configures pylint using settings found in pyproject.toml or setup.cfg, not only .pylintrc - #485
  • Fixed --no-style-warnings command line argument no longer warning after renaming pep8 to pycodestyle - #488
  • Documentation is building again - #473
  • --with-tool flag now respects - but overrides - tools disabled in profiles - #447
  • Fixed crash with merging multiple import warnings - #477
  • Fixed segfault when analysing code using cartopy - #403

1.7.0

25 Feb 10:23
Compare
Choose a tag to compare

This is mostly a "tidying up" release in preparation for more useful code refactoring and feature improvement.

New:

  • Added a --quiet command line option to suppress all output. Useful if you just want to know the exit code of prospector for scripting.
  • Removed the prospector "indent checker" since this is now no longer in pylint #482 <https://github.com/PyCQA/prospector/issues/482>_

Fixes:

Deprecation warning:

  • Tools pep8 and pep257 have been renamed to pycodestyle and pydocstyle respectively. This is because the tools themselves were renamed years ago - See #222.
    Note that this means that prospector profiles and message output uses this new name instead of the old name, so you will need to update your configuration. The old names will still work, but this legacy behaviour will be removed in prospector 2.0
  • There is now a --legacy-tool-names flag for outputting pep8 or pep257 as the tool name when outputting errors. This is to be backwards compatible with any parsing logic; this flag is also deprecated and will go away in prospector 2.0

Tidying up

These are all internal prospector code quality improvements.

  • #467 - Removed nosetests, as nose is not compatible with Python 3.10 yet and the pytest tests were already doing the same thing
  • Tidied up the tox testing
  • Started adding some type hints to methods
  • Fixed lots of warnings raised by prospector when running prospector on itself...
  • Removed some old python2 compatibility code which is no longer needed now python2 is not supported at all
  • Fixed hyperlink formatting in this CHANGELOG to be RST (was never updated after converting from markdown)

1.6.0

17 Jan 17:19
Compare
Choose a tag to compare
  • #478 Fixed incompatible version specification of pylint-plugin-utils. This
    now requires pylint-django of at least 2.5.

note This release drops support for python 3.6.1

1.5.3.1

08 Dec 10:44
Compare
Choose a tag to compare

Removed pin for pylint

1.5.3

05 Dec 12:00
Compare
Choose a tag to compare

Bugfix release to fix compatibility with latest version of pylint - #465

1.5.3dev0

30 Nov 17:42
Compare
Choose a tag to compare
1.5.3dev0 Pre-release
Pre-release

This is a development release to help check that the fix for #465 works.

It just fixes compatibility with pylint>2.12

Full Changelog: 1.5.2...1.5.3dev0

1.5.2 (bugfix)

30 Nov 07:58
Compare
Choose a tag to compare

Pins pylint to version <2.12.0 due to an incompatibility with prospector - #465

1.5.1

17 Sep 10:01
Compare
Choose a tag to compare
[refs #438] Promoting pre-release to release as it appears to work

1.5.0.1

29 Aug 06:59
Compare
Choose a tag to compare
Small version bump for bugfix release

1.5.0

28 Aug 10:20
Compare
Choose a tag to compare
Moving poetry usage to main release instead of pre-release