summaryrefslogtreecommitdiff
path: root/pylint/checkers/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Drop support for Python 3.7 (#8609)Marc Mueller2023-04-241-7/+1
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* Remove deprecated functions and classes (#8409)Daniël van Noord2023-03-091-2/+0
* Bump mypy from 0.982 to 0.990 (#7769)dependabot[bot]2022-11-141-1/+1
* Update ``pydocstringformatter`` to ``0.6.0`` (#6671)Daniël van Noord2022-05-231-1/+0
* Add typing to methods of ``PyLinter`` and related functionsDaniël van Noord2022-04-211-1/+5
* Add base Checker classes mirroring interfacesDaniël van Noord2022-04-191-1/+6
* Use ``python-typing-update`` on ``pylint/checkers`` directoryDaniël van Noord2022-04-141-6/+7
* Add basic typing to ``pylint/utils.py`` (#5977)Daniël van Noord2022-03-251-1/+1
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-18/+1
* Introduce new 'import-private-name' checker (#5610)Arianna2022-03-141-1/+2
* Upgrade ``pydocstringformatter`` to ``0.5.0`` (#5910)Daniël van Noord2022-03-131-2/+3
* Use value directly instead of index in ``enumerate`` contexts (#5856)Tim Martin2022-03-021-3/+3
* Add a test to check that no old msgid or symbol are used (#5839)Pierre Sassoulas2022-02-261-2/+3
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-3/+3
* Add a checker for misleading unicode (#5311)Kound2022-01-131-1/+3
* Improve non ascii checker (#5643)Kound2022-01-101-1/+8
* Refactor ``LinterStats`` (#5074)Daniël van Noord2021-10-071-15/+64
* 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-1/+1
* Add typing to all calls to ``self.stats`` (#4973)Daniël van Noord2021-09-151-5/+12
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-301-2/+2
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Update copyrite noticev2.8.2Pierre Sassoulas2021-04-261-0/+1
* Changes after black updateMarc Mueller2021-04-261-1/+1
* Prepare for 2.8.0 releasepylint-2.8.0Pierre Sassoulas2021-04-241-2/+2
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Setup formatting of new and old scoreshippo912021-04-091-2/+2
* Revert "Refactor - Remove unused and untested code in utils"hippo912021-04-091-3/+9
* Update copyright notice with copyritePierre Sassoulas2021-02-281-1/+1
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-2/+4
* Introduced DeprecatedMixinMatus Valo2021-02-211-0/+2
* mapreduce| Fixes -jN for map/reduce Checkers (e.g. SimilarChecker)Frank Harrison2021-01-021-1/+9
* Add __all__ in __init__.py so all import are usedPierre Sassoulas2020-09-221-1/+1
* Sets up copyrighthippo912020-08-201-1/+1
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+4
* Fix - Remove the redefined build-in instead of using a pragmaPierre Sassoulas2019-03-291-4/+2
* Refactor - Remove unused and untested code in utilsPierre Sassoulas2019-03-291-9/+3
* Refactor - Create file for BaseCheckerPierre Sassoulas2019-03-291-93/+1
* Refactor - Move function for checker in CheckerPierre Sassoulas2019-03-291-0/+34
* Refactor - Move refactor.utils function to the utils packagePierre Sassoulas2019-03-291-5/+1
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-1/+1
* Expose/export BaseTokenChecker in __all__ as well?Bruno P. Kinoshita2019-01-071-1/+1
* Reformat the code with blackClaudiu Popa2018-09-171-11/+20
* first make mypy pass by ignoring typessolanki2018-08-211-3/+4
* disable some type checking and annotate simple onessolanki2018-08-211-3/+3
* Update copyright noticesClaudiu Popa2018-07-151-1/+2
* Do not try to lower checker name if not setBryce Guinta2018-07-131-1/+2
* Add ability to specify message column offset independent of node for messages...Bryce Guinta2018-01-031-2/+3