summaryrefslogtreecommitdiff
path: root/pylint/interfaces.py
Commit message (Collapse)AuthorAgeFilesLines
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-0/+2
|
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
|
* Update formatting following black and isort updatePierre Sassoulas2020-09-101-8/+5
|
* Sets up copyrighthippo912020-08-201-1/+1
|
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-2/+4
|
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-1/+0
| | | | | | | | | | | | | using configuration: ```yaml - repo: https://github.com/asottile/pyupgrade rev: v2.1.0 hooks: - id: pyupgrade args: [--py3-plus, --keep-percent-format] exclude: ^tests/(extensions/data/|functional/|input/|regrtest_data/) ```
* Reformat the code with blackClaudiu Popa2018-09-171-9/+11
|
* Update copyright noticesClaudiu Popa2018-07-151-1/+4
|
* Add new checker useless-object-inheritance.ssolanki2018-06-201-1/+1
| | | | Close #2177
* Spelling fixesVille Skyttä2018-01-301-1/+1
|
* Regenerate copyright noticesClaudiu Popa2017-12-151-1/+4
|
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-231-2/+5
|
* 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.
* Add the new shorter license header, including to missing files. Close #894.Claudiu Popa2016-06-011-12/+3
|
* Rename display_results to display_reports, the old name being deprecated.Claudiu Popa2016-01-091-1/+1
|
* Remove features in 1.6.0 which were scheduled for removal.Claudiu Popa2015-12-171-6/+2
|
* Fix an occurrence of no-classmethod-decorator.Claudiu Popa2015-10-301-1/+1
|
* Get rid of logilab.common.interface.Florian Bruhin2015-07-261-2/+20
| | | | | --HG-- branch : no-logilab-common
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-0/+84