summaryrefslogtreecommitdiff
path: root/pylint/graph.py
Commit message (Collapse)AuthorAgeFilesLines
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-2/+2
|
* Reformat the code with blackClaudiu Popa2018-09-171-26/+52
|
* Update copyright noticesClaudiu Popa2018-07-151-1/+2
|
* Add new checker useless-object-inheritance.ssolanki2018-06-201-1/+1
| | | | Close #2177
* Regenerate copyright noticesClaudiu Popa2017-12-151-1/+2
|
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-231-2/+3
|
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
| | | | | This was changed automatically in #894, but apparently we need to have the copyright notice somewhere.
* Fixed our docstring lint errorsAshley Whetter2016-06-251-2/+3
|
* Add the new shorter license header, including to missing files. Close #894.Claudiu Popa2016-06-011-16/+3
|
* Fix instances of unneeded-not in pylint's codebase.Claudiu Popa2015-11-251-1/+1
|
* Cleanup pylint issuesClaudiu Popa2015-11-211-4/+1
| | | | | | | | | | | 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.
* Fix pylint warnings for the code imported from logilab-common.Claudiu Popa2015-08-181-7/+11
|
* Get rid of logilab.common.graph.Florian Bruhin2015-07-261-0/+178
--HG-- branch : no-logilab-common