summaryrefslogtreecommitdiff
path: root/pylint/extensions/emptystring.py
Commit message (Expand)AuthorAgeFilesLines
* [compare-to-empty-string] More actionnable and understandable message (#7726)Pierre Sassoulas2022-11-091-20/+26
* [implicit_booleaness_checker] Add the confidence to related messages (#7721)Pierre Sassoulas2022-11-061-1/+2
* Finish typing across the codebaseDaniël van Noord2022-09-091-8/+7
* Migrate from utils.check_messages to utils.only_required_for_messages (#6432)Pierre Sassoulas2022-04-221-1/+1
* Remove ``IAstroidChecker`` from ``__implements__``Daniël van Noord2022-04-191-3/+1
* Use ``--py39-plus`` and ``--full-reorder`` in ``python-typing-update`` (#6313)Daniël van Noord2022-04-141-1/+2
* Use ``python-typing-update`` on ``pylint/extensions`` directory (#6308)Daniël van Noord2022-04-141-1/+3
* Remove the concept of checker priority (#6034)Daniël van Noord2022-04-011-1/+0
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-9/+1
* Upgrade ``pydocstringformatter`` to ``0.5.0`` (#5910)Daniël van Noord2022-03-131-0/+1
* Add typing and uniformize the checker registering in Pylinter (#5558)Pierre Sassoulas2021-12-271-3/+5
* Fix typos accross the whole codebase (#5575)Pierre Sassoulas2021-12-211-1/+1
* Bump pylint to 2.12.0, update changelogv2.12.0Pierre Sassoulas2021-11-251-0/+1
* Add a warning ``use-implicit-booleaness-not-comparison`` for comparison with ...Jaehoon Hwang2021-10-171-6/+2
* Bump pylint to 2.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-161-0/+1
* Refactor various typing related issues (#4940)Daniël van Noord2021-09-031-2/+4
* Use alias for astroid.nodes 04 (#4869)Marc Mueller2021-08-191-2/+2
* 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
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Update copyright notice with copyritePierre Sassoulas2021-02-281-1/+1
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-0/+1
* Sets up copyrighthippo912020-08-201-1/+1
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+3
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-1/+0
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-2/+1
* Reformat the code with blackClaudiu Popa2018-09-171-10/+13
* Update copyright noticesClaudiu Popa2018-07-151-0/+1
* Regenerate copyright noticesClaudiu Popa2017-12-151-1/+1
* Add new extension for comparison against empty string constants (#1183)Alexander Todorov2016-12-291-0/+71