summaryrefslogtreecommitdiff
path: root/pylint/checkers/refactoring/implicit_booleaness_checker.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* Use UninferableBase instead of UninferableDaniel van Noord2023-03-071-2/+4
* [use-implicit-booleaness-not-comparison] Better message with the type of sequ...Pierre Sassoulas2022-11-091-9/+17
* [implicit_booleaness_checker] Add the confidence to related messages (#7721)Pierre Sassoulas2022-11-061-26/+35
* Add missing whitespace to a message description (#7002)Julthep Nandakwang2022-06-231-1/+1
* Enable line-wrapping from ``pydocstringformatter``Daniël van Noord2022-05-231-2/+2
* Some initial line wrapping of docstrings (#6672)Daniël van Noord2022-05-231-1/+2
* Run development version of ``pydocstringformatter`` (#6469)Daniël van Noord2022-04-281-1/+1
* Migrate from utils.check_messages to utils.only_required_for_messages (#6432)Pierre Sassoulas2022-04-221-3/+3
* Remove ``IAstroidChecker`` from ``__implements__``Daniël van Noord2022-04-191-3/+1
* Use ``python-typing-update`` on ``pylint/checkers/...`` directoriesDaniël van Noord2022-04-141-4/+2
* 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/+2
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-0/+1
* Upgrade ``pydocstringformatter`` to ``0.5.0`` (#5910)Daniël van Noord2022-03-131-2/+1
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-1/+1
* Fix crash on properties & inherited methods in ``implicit-booleaness`` (#5652)Daniël van Noord2022-01-131-10/+14
* Format docstrings with ``pydocstringformatter``Daniël van Noord2022-01-021-1/+2
* Fix some typoes before adding typing for checker registeringPierre Sassoulas2021-12-201-1/+1
* Activate and fix existing use-set-for-membership checks (#5379)Pierre Sassoulas2021-11-251-1/+1
* Fix use-implicit-booleaness-not-comparison crash (#5176)Jaehoon Hwang2021-10-231-21/+21
* Add a warning ``use-implicit-booleaness-not-comparison`` for comparison with ...Jaehoon Hwang2021-10-171-1/+94
* Rename `len-as-condition` to `use-implicit-booleaness-not-len` (#5132)Jaehoon Hwang2021-10-101-0/+123