I'm very pleased to announce new releases of Pylint and underlying ASTNG library, respectivly 0.26 and 0.24.1. The great news is that both bring a lot of new features and some bug fixes, mostly provided by the community effort.
We're still trying to make it easier to contribute on our free software project at Logilab, so I hope this will continue and we'll get even more contritions in a near future, and an even smarter/faster/whatever pylint!
For more details, see ChangeLog files or http://www.logilab.org/project/pylint/0.26.0 and http://www.logilab.org/project/logilab-astng/0.24.1
So many thanks to all those who made that release, and enjoy!
blog entry of
Comments
Great! Old bugs that affected me are fixed. One more:
#
I have been a pylint user [pydev] for a while but recently came to know about the integrated pyreverse. So I got 0.26 with 'pip install pylint'. This has been a very useful tool to quickly grasp the big picture of small to medium sized projects and even to know the language design itself [using the '--show-builtin' option]. Is there a way to get the function parameters and default values in the class diagrams? My typical usage is 'pyreverse -f ALL -ASmy test/__init__.py'