prospector v0.7.3 Release Notes

    • ๐Ÿš€ Pylint dependency version restricted to 1.3, as 1.4 drops support for Python 2.6. Prospector will drop support for Python 2.6 in a 0.8 release.
    • โœ… File names ending in 'tests.py' will now be ignored if prospector is set to ignore tests (previously, the regular expression only ignored files ending in 'test.py')
    • #70 Profiles starting with a .yml extension can now be autoloaded
    • ๐Ÿ‘€ #62 For human readable output, the summary of messages will now be printed at the end rather than at the start, so the summary will be what users see when running prospector (without piping into less etc)