index
:
delta/python-packages/pylint-git.git
1.9
2.2
2.3.0
2.4
2.5
2.6
2.7
2.7.3-cherry-picked-from-master
2.8
3.0.0.alpha
DanielNoord-patch-1
add-docstring-formatter-in-pre-commit
add-functional-tests-for-configuration
add-primer-tests
add-typing-to-checker-registration
add-warning-for-3.6.0or3.6.1
burst-pylint-checker-classes
checker-check-deprecation
dependabot/github_actions/actions/cache-v2.1.5
dependabot/github_actions/actions/setup-python-2.3.0
dependabot/github_actions/actions/setup-python-v2.2.2
dependabot/pip/black-21.12b0
dependabot/pip/coverage-approx-eq-6.0
dependabot/pip/coverage-approx-eq-6.1
dependabot/pip/coveralls-3.0.1
dependabot/pip/flake8-3.9.0
dependabot/pip/isort-5.10.1
dependabot/pip/isort-5.8.0
dependabot/pip/pre-commit-approx-eq-2.11
dependabot/pip/pre-commit-approx-eq-2.15
dependabot/pip/pre-commit-approx-eq-2.16
dependabot/pip/pyupgrade-2.12.0
dependabot/pip/pyupgrade-2.13.0
dependabot/pip/sphinx-3.5.2
dependabot/pip/sphinx-3.5.3
dependabot/pip/sphinx-4.3.0
dependabot/pip/sphinx-7.0.0
dependabot/pip/sphinx-7.0.1
dependabot/pip/tbump-approx-eq-6.6.0
dependabot/pip/tbump-approx-eq-6.7.0
emacs-dangling-temporary-file
enforce-the-confidence-in-add-message
first-patch-2471
fix-crash-in-attribute-check
fix-crash-parallel-mode-missing-file-path
fix-elif-checker-crash
fix-range-without-args-crash
fix-typing-in-unittest-expand-module
github-actions
invalid-toml-config
issue-1191
issue-2072
issue-3339
issue-8419
issue/2913-unicode-defs
main
maintenance/2.17.x
master
migrate-extension-tests-to-functional
move-env-help-to-the-logical-place
per_dir_config
pre-commit-ci-update-config
property-with-parameter-abstract
python-2.7
refactor-module-stats-creation
refactor-variable-checker-visit_name
regression-test-for-3181
regression-tests-for-73
release-branch-2.12
revert-5561-dependabot/pip/tbump-approx-eq-6.6.1
simplify-toml-test-using-env-var
tests-for-astroid-1207
typo-and-small-fixes-before-5558
upgrade-astroid-2.9.1
github.com: PyCQA/pylint.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pylint
/
checkers
/
refactoring
/
implicit_booleaness_checker.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[use-implicit-booleaness] Micro-optimization if some messages are disabled
Pierre Sassoulas
2023-05-03
1
-4
/
+9
*
[use-implicit-booleaness] Remove condition that is always false (outdated typ...
Pierre Sassoulas
2023-05-03
1
-2
/
+0
*
[use-implicit-booleaness] Optimization for unknown operators
Pierre Sassoulas
2023-05-03
1
-5
/
+7
*
[use-implicit-booleaness] Merge the check for string and zero together
Pierre Sassoulas
2023-05-03
1
-64
/
+52
*
Uniformize message and remove useless details.rst
Pierre Sassoulas
2023-05-03
1
-17
/
+19
*
Add applicability notes for `compare-to-empty-string/zero` (#8592)
Jason Lau
2023-05-03
1
-3
/
+3
*
Switch from ' to " in use-implicit-booleaness-not-comparison
Pierre Sassoulas
2023-05-03
1
-1
/
+1
*
Merge the empty-string extensions to 'implicit_booleaness_checker'
Pierre Sassoulas
2023-05-02
1
-2
/
+56
*
Merge the compare-to-zero extensions to 'implicit_booleaness_checker'
Pierre Sassoulas
2023-05-02
1
-0
/
+59
*
[PyCQA migration] Upgrade links to the repositories in code and doc (#8514)
Pierre Sassoulas
2023-03-29
1
-2
/
+2
*
Use UninferableBase instead of Uninferable
Daniel van Noord
2023-03-07
1
-2
/
+4
*
[use-implicit-booleaness-not-comparison] Better message with the type of sequ...
Pierre Sassoulas
2022-11-09
1
-9
/
+17
*
[implicit_booleaness_checker] Add the confidence to related messages (#7721)
Pierre Sassoulas
2022-11-06
1
-26
/
+35
*
Add missing whitespace to a message description (#7002)
Julthep Nandakwang
2022-06-23
1
-1
/
+1
*
Enable line-wrapping from ``pydocstringformatter``
Daniël van Noord
2022-05-23
1
-2
/
+2
*
Some initial line wrapping of docstrings (#6672)
Daniël van Noord
2022-05-23
1
-1
/
+2
*
Run development version of ``pydocstringformatter`` (#6469)
Daniël van Noord
2022-04-28
1
-1
/
+1
*
Migrate from utils.check_messages to utils.only_required_for_messages (#6432)
Pierre Sassoulas
2022-04-22
1
-3
/
+3
*
Remove ``IAstroidChecker`` from ``__implements__``
Daniël van Noord
2022-04-19
1
-3
/
+1
*
Use ``python-typing-update`` on ``pylint/checkers/...`` directories
Daniël van Noord
2022-04-14
1
-4
/
+2
*
Remove the concept of checker priority (#6034)
Daniël van Noord
2022-04-01
1
-1
/
+0
*
Add a pre-commit hook to check the copyright notice
Pierre Sassoulas
2022-03-24
1
-1
/
+2
*
Simplify hard to maintain copyright notice
Pierre Sassoulas
2022-03-24
1
-0
/
+1
*
Upgrade ``pydocstringformatter`` to ``0.5.0`` (#5910)
Daniël van Noord
2022-03-13
1
-2
/
+1
*
Update ``pydocstringformatter`` to 0.4.0 (#5787)
Daniël van Noord
2022-02-10
1
-1
/
+1
*
Fix crash on properties & inherited methods in ``implicit-booleaness`` (#5652)
Daniël van Noord
2022-01-13
1
-10
/
+14
*
Format docstrings with ``pydocstringformatter``
Daniël van Noord
2022-01-02
1
-1
/
+2
*
Fix some typoes before adding typing for checker registering
Pierre Sassoulas
2021-12-20
1
-1
/
+1
*
Activate and fix existing use-set-for-membership checks (#5379)
Pierre Sassoulas
2021-11-25
1
-1
/
+1
*
Fix use-implicit-booleaness-not-comparison crash (#5176)
Jaehoon Hwang
2021-10-23
1
-21
/
+21
*
Add a warning ``use-implicit-booleaness-not-comparison`` for comparison with ...
Jaehoon Hwang
2021-10-17
1
-1
/
+94
*
Rename `len-as-condition` to `use-implicit-booleaness-not-len` (#5132)
Jaehoon Hwang
2021-10-10
1
-0
/
+123