Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare 2.7.3 release (#4261)pylint-2.7.32.7 | Pierre Sassoulas | 2021-03-29 | 1 | -0/+1 |
| | |||||
* | Fix various problems with --import-graph filename parsing (#4259) | Andrew Howe | 2021-03-29 | 1 | -15/+27 |
| | | | | | | | | | | | | | | Avoids backwards-incompatible changes. - Raise error if graphvis is not installed (instead of reporting success) - Fix tempfile creation bug when outputfile includes directories - Fix bug when using file extension that isn't 3 characters long - Fix confusing help text - Rename deprecated .dot extension to .gv - Default to .png if no extension is specified * Add typing to modified functions (and ignore mypy thinking codecs.open() returns an int) Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Apply copyrite --contribution-threshold | Pierre Sassoulas | 2021-02-21 | 1 | -1/+2 |
| | |||||
* | Move from % string formatting syntax to f-string or .format() | Pierre Sassoulas | 2021-02-21 | 1 | -4/+4 |
| | |||||
* | Remove the # coding, since PEP3120 the default is UTF8 | Pierre Sassoulas | 2021-02-21 | 1 | -1/+0 |
| | |||||
* | Sets up copyright | hippo91 | 2020-08-20 | 1 | -1/+4 |
| | |||||
* | Switch to isort 5 for pylint's own code | Damien Baty | 2020-08-18 | 1 | -2/+1 |
| | |||||
* | Chore: use https links (#3679) | 谭九鼎 | 2020-06-11 | 1 | -2/+2 |
| | |||||
* | Add missing copyright annotations for the past releases | Claudiu Popa | 2020-04-27 | 1 | -1/+4 |
| | |||||
* | Fixed writing graphs to relative paths (#3378) | Benjamin Graham | 2020-02-04 | 1 | -10/+3 |
| | | | | | | | | | | While playing around with the 'import-graph' setting, I noticed that attempting to write a graph to a local directory did not work as I would have expected. For example, 'import-graph=docs/graph.dot' would attempt to add 'graph.dot' to '/LOCAL/PATH/docs/docs/'. This was because the 'dot_sourcepath' in this scenario would be set to the combination of the 'storedir' ('/LOCAL/PATH/docs') and the 'outputfile' ('docs/graph.dot'). I am requesting that it be changed to just be 'outputfile' in this scenario. Also, I have removed the instantiation of the 'dotfile' variable because it now has no use Co-authored-by: Claudiu Popa <pcmanticore@gmail.com> | ||||
* | New check: import-outside-toplevel (close #3067) (#3079) | Nick Drozd | 2019-09-17 | 1 | -2/+1 |
| | |||||
* | Style - Apply isort on all apllicable files | Pierre Sassoulas | 2019-03-20 | 1 | -2/+2 |
| | |||||
* | Reformat the code with black | Claudiu Popa | 2018-09-17 | 1 | -26/+52 |
| | |||||
* | Update copyright notices | Claudiu Popa | 2018-07-15 | 1 | -1/+2 |
| | |||||
* | Add new checker useless-object-inheritance. | ssolanki | 2018-06-20 | 1 | -1/+1 |
| | | | | Close #2177 | ||||
* | Regenerate copyright notices | Claudiu Popa | 2017-12-15 | 1 | -1/+2 |
| | |||||
* | Even more granular copyrights (thanks to copyrite) | Claudiu Popa | 2016-07-23 | 1 | -2/+3 |
| | |||||
* | Keep a consistent copyright notice across the board. | Claudiu Popa | 2016-07-19 | 1 | -0/+2 |
| | | | | | This was changed automatically in #894, but apparently we need to have the copyright notice somewhere. | ||||
* | Fixed our docstring lint errors | Ashley Whetter | 2016-06-25 | 1 | -2/+3 |
| | |||||
* | Add the new shorter license header, including to missing files. Close #894. | Claudiu Popa | 2016-06-01 | 1 | -16/+3 |
| | |||||
* | Fix instances of unneeded-not in pylint's codebase. | Claudiu Popa | 2015-11-25 | 1 | -1/+1 |
| | |||||
* | Cleanup pylint issues | Claudiu Popa | 2015-11-21 | 1 | -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 Popa | 2015-08-18 | 1 | -7/+11 |
| | |||||
* | Get rid of logilab.common.graph. | Florian Bruhin | 2015-07-26 | 1 | -0/+178 |
--HG-- branch : no-logilab-common |