Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #99781

Re: [Pylint-dev] Pylint 1.5.0 / Astroid 1.4.1 released

From Sylvain Thénault <sylvain.thenault@logilab.fr>
Newsgroups comp.lang.python
Subject Re: [Pylint-dev] Pylint 1.5.0 / Astroid 1.4.1 released
Date 2015-12-01 10:08 +0100
Message-ID <mailman.59.1448962287.14615.python-list@python.org> (permalink)
References <CAMy=CLpp1SfTpkpktFyFVg0NwUZrq3LgXd75ZNqCyp7kDgjFAg@mail.gmail.com>

Show all headers | View raw


On 01 décembre 01:42, Claudiu Popa wrote:
> Hello,

Hi Claudiu, 

> I'm happy to announce you the release of Pylint 1.5.0,
> respectively Astroid 1.4.1.
> 
> It's been over a year since the last major release
> and the amount of changes that were brought into pylint
> in this time is humongous, with over 30 new checks
> and tons of bug fixes.
> 
> I would like to use this occasion for thanking for their contributions
> the new committers who joined pylint's team in the past months,
> ceridwen and Dmitry, as well as thanking the
> contributors that made this release possible.

Excellent! Congrat to this new core team which have realized a tremendous amount
of work.
 
> Here are some of the major changes of this release:

[...] 

> - We also added a new 'extensions' component, which contains optional
>   checkers that needs to be activated explicitly.
> 
>   These includes 'extensions.check_docs', which verifies a bunch of
>   properties of the docstrings, such as checking that all function,
>   method and constructor parameters are mentioned
>   in the params and types part of the docstring. Also, it checks that
>   there are no naming inconsistencies between the signature and
>   the documentation, i.e. also report documented parameters that are missing
>   in the signature. This is important to find cases where parameters are
>   renamed only in the code, not in the documentation.
> 
>   Activate this checker with:
> 
>       --load-plugins=pylint.extensions.check_docs

To be fair, there is also `pylint.extensions.check_elif` extension
that emit message for 'else: if <test>' that could be written in 'elif <test>'

Regards,
-- 
Sylvain Thénault, LOGILAB, Paris (01.45.32.03.12) - Toulouse (05.62.17.16.42)
Formations Python, Debian, Méth. Agiles: http://www.logilab.fr/formations
Développement logiciel sur mesure:       http://www.logilab.fr/services
CubicWeb, the semantic web framework:    http://www.cubicweb.org

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: [Pylint-dev] Pylint 1.5.0 / Astroid 1.4.1 released Sylvain Thénault <sylvain.thenault@logilab.fr> - 2015-12-01 10:08 +0100

csiph-web