Commit Graph

12 Commits

Author SHA1 Message Date
Claudiu Popa
3f28424007 Reformat the code with black 2018-09-17 09:07:42 +02:00
Claudiu Popa
3a8635a9ef Update copyright notices 2018-07-15 11:36:36 +02:00
ssolanki
3cf841a6a2 Add new checker useless-object-inheritance.
Close #2177
2018-06-20 06:55:02 +05:30
Claudiu Popa
9ff44de0ca
Regenerate copyright notices 2017-12-15 12:24:15 +01:00
Claudiu Popa
ec09cc7578 Even more granular copyrights (thanks to copyrite) 2016-07-23 00:22:28 +03:00
Claudiu Popa
211d81f84f Keep a consistent copyright notice across the board.
This was changed automatically in #894, but apparently
we need to have the copyright notice somewhere.
2016-07-19 17:42:07 +03:00
Ashley Whetter
0d170658ef Fixed our docstring lint errors 2016-06-25 21:31:35 +01:00
Claudiu Popa
8322781baa Add the new shorter license header, including to missing files. Close #894. 2016-06-01 16:25:07 +01:00
Claudiu Popa
31705ac6bc Fix instances of unneeded-not in pylint's codebase. 2015-11-25 11:26:52 +02:00
Claudiu Popa
4fe6bc4dcd Cleanup pylint issues
This changeset also brings a couple of changes:

   * rrheaders and rcheaders are dropped from html_writer.Table's constructor.
     They weren't used at all and it was dead code. This simplified some
     if statements.

   * _is_attribute_property is used to look for a property assignment
     instead on relying on a different implementation.
2015-11-21 19:42:08 +02:00
Claudiu Popa
7307bed1f9 Fix pylint warnings for the code imported from logilab-common. 2015-08-18 23:28:24 +03:00
Florian Bruhin
2463e6a9bd Get rid of logilab.common.graph.
--HG--
branch : no-logilab-common
2015-07-26 12:28:32 +02:00