On 16 janvier 10:32, Zunbeltz Izaola wrote:
> Dear all,
>
> I read that pylint can handle the gobject introspection thanks to
> astroid and pylint-brain.
> I installed version 1.1 of pylint and py2gi.py is installed in my system.
> But, I don't understand how to enable the use of py2gi, because I
On 16 janvier 10:50, Mark E. Hamilton wrote:
> Hi,
Hi Mark,
> When we updated to pylint 1.1 many of the messages changed. In
> particular, the invalid-name (C0103) message used to say:
>
> ... Invalid name "Test_which" for type class (should match
> [A-Z_][a-zA-Z0-9]+$)
>
> which was really us
Dear all,
I read that pylint can handle the gobject introspection thanks to
astroid and pylint-brain.
I installed version 1.1 of pylint and py2gi.py is installed in my system.
But, I don't understand how to enable the use of py2gi, because I still
have the E1101
Instance of 'Box' has no 'pac
Hi,
When we updated to pylint 1.1 many of the messages changed. In
particular, the invalid-name (C0103) message used to say:
... Invalid name "Test_which" for type class (should match
[A-Z_][a-zA-Z0-9]+$)
which was really useful, since (if you understand regular expressions)
it tells the u