summaryrefslogtreecommitdiff
path: root/pylint/interfaces.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* [__implements__] Remove everything related to the rejected PEP245 (#8404)Pierre Sassoulas2023-03-081-101/+1
* [refactor] Use typed NamedTuple for Confidence + PragmaRepresenter (#7718)Pierre Sassoulas2022-11-051-3/+7
* Use stacklevel=2 in warnings.warn calls to DeprecationWarning where makes sen...Yilei "Dolee" Yang2022-09-151-0/+2
* Disable fixme for internal uses before we make it optional in #3512 (#6482)Pierre Sassoulas2022-05-011-1/+1
* Run development version of ``pydocstringformatter`` (#6469)Daniël van Noord2022-04-281-1/+1
* Finish typing of ``pylint/interfaces.py``Daniël van Noord2022-04-231-4/+7
* Deprecate all interfaces in 'pylint.interfaces' (#6412)Daniël van Noord2022-04-201-0/+7
* Deprecate ``interfaces.implements``Daniël van Noord2022-04-201-1/+10
* Add typing to BaseChecker.process_token (#6273)Pierre Sassoulas2022-04-191-1/+2
* Use ``python-typing-update`` on ``pylint`` directoryDaniël van Noord2022-04-141-4/+7
* Fix ``confidence`` argument typeDaniël van Noord2022-04-021-0/+2
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-16/+1
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-8/+8
* Add confidence level `CONTROL_FLOW` (#5709)Jacob Walls2022-01-261-1/+5
* Fix typos accross the whole codebase (#5575)Pierre Sassoulas2021-12-211-6/+6
* Fix some typoes before adding typing for checker registeringPierre Sassoulas2021-12-201-9/+5
* Modify the description of HIGH confidence for accuracyPierre Sassoulas2021-12-141-1/+1
* Fix the typing of pylint.interfaces.implementsPierre Sassoulas2021-12-141-2/+6
* Fix typo in pylint/interfaces.pyPierre Sassoulas2021-12-141-3/+3
* Add Confidences in pylint.interfaces APIPierre Sassoulas2021-12-141-3/+13
* Bump pylint to 2.12.0, update changelogv2.12.0Pierre Sassoulas2021-11-251-0/+1
* Enable for_any_all check (#5206)Nick Drozd2021-10-251-5/+2
* Add typing for ``json_reporter`` and sub-classesDaniël van Noord2021-09-161-2/+5
* Bump pylint to 2.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-161-0/+1
* Add typing in ``pylint.reporters`` (#5004)Pierre Sassoulas2021-09-161-2/+3
* Type ``process_module`` and update argument namesDaniël van Noord2021-09-131-1/+3
* Bump pylint to 2.9.3, update changelogv2.9.3Pierre Sassoulas2021-07-011-0/+1
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Add handle_message in BaseReporter and add typingPierre Sassoulas2021-06-151-1/+1
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* 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
* 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
* 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
* 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