summaryrefslogtreecommitdiff
path: root/pylint/extensions/comparetozero.py
Commit message (Expand)AuthorAgeFilesLines
* Merge the compare-to-zero extensions to 'implicit_booleaness_checker'Pierre Sassoulas2023-05-021-95/+0
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* [compare to zero] Fix false positive with 'x is False'Pierre Sassoulas2022-11-071-1/+5
* [compare-to-zero] More actionnable and understandable messagePierre Sassoulas2022-11-071-2/+15
* [implicit_booleaness_checker] Add the confidence to related messages (#7721)Pierre Sassoulas2022-11-061-1/+2
* Add typing to several checkersDaniël van Noord2022-06-061-10/+9
* Refactors in preparation of ``pylint-config``Daniël van Noord2022-05-171-0/+1
* 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.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-161-0/+1
* Refactor various typing related issues (#4940)Daniël van Noord2021-09-031-2/+5
* 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
* Prepare for 2.8.0 releasepylint-2.8.0Pierre Sassoulas2021-04-241-0/+1
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* fix inaccurate docstring; closes #4274 (#4336)bernie gray2021-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
* Make ``compare-to-zero`` less zealous by checking against equality and identityClaudiu Popa2018-12-141-2/+2
* Reformat the code with blackClaudiu Popa2018-09-171-11/+14
* Update copyright noticesClaudiu Popa2018-07-151-0/+1
* Regenerate copyright noticesClaudiu Popa2017-12-151-1/+1
* Add new extension for detecting integer comparisons against zero (#1243)Alexander Todorov2016-12-311-0/+71