summaryrefslogtreecommitdiff
path: root/pylint/extensions/emptystring.py
Commit message (Expand)AuthorAgeFilesLines
* 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