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
/
utils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle patterns in ignored-modules when checking for no-name-in-module (#7579)
Daniel Mouritzen
2023-04-03
1
-27
/
+19
*
[cleanup] Upgrade more doc following the PyCQA migration
Pierre Sassoulas
2023-03-31
1
-1
/
+1
*
Fix `used-before-assignment` false positive for `TYPE_CHECKING` elif branch i...
Zen Lee
2023-03-30
1
-47
/
+0
*
[PyCQA migration] Upgrade links to the repositories in code and doc (#8514)
Pierre Sassoulas
2023-03-29
1
-2
/
+2
*
[deprecation] Remove duplicated utils typing guards check (#8475)
Pierre Sassoulas
2023-03-22
1
-43
/
+0
*
[ruff] Add RUF specific rules and autofix (#8449)
Pierre Sassoulas
2023-03-14
1
-1
/
+1
*
[cyclic-import] Break cycle between pylint.checkers.util / variables (#8448)
Pierre Sassoulas
2023-03-14
1
-3
/
+20
*
Deprecate redundant type checking guard utils (#8433)
Jacob Walls
2023-03-12
1
-0
/
+16
*
Fix a crash when `TYPE_CHECKING` is used without importing it (#8435)
Jacob Walls
2023-03-11
1
-1
/
+4
*
Clear LRU caches on pylint utilities (#8420)
Jacob Walls
2023-03-10
1
-1
/
+20
*
Remove deprecated functions and classes (#8409)
Daniël van Noord
2023-03-09
1
-52
/
+0
*
Use UninferableBase instead of Uninferable
Daniel van Noord
2023-03-07
1
-10
/
+9
*
Changing flake8 to have max-line-length of 115 (#8362)
Ollie
2023-03-02
1
-1
/
+3
*
Minor refactor to 'is_defined' (#8243)
Zen Lee
2023-02-08
1
-7
/
+5
*
Fix `used-before-assignment` false positive for TYPE_CHECKING if/elif/else us...
Zen Lee
2023-02-07
1
-0
/
+49
*
Tighten design constraints (#8115)
Nick Drozd
2023-01-28
1
-0
/
+4
*
Add `consider-refactoring-into-while-condition` checker (#8021)
yushao2
2023-01-27
1
-0
/
+56
*
Fix `consider-using-augmented-assign` nested attribute access (#8088)
Marc Mueller
2023-01-20
1
-17
/
+1
*
Better regex for private attribute check (#8081)
Marc Mueller
2023-01-19
1
-1
/
+1
*
[consider-using-augmented-assign] Do not warn for non-commutative operators (...
Pierre Sassoulas
2023-01-09
1
-1
/
+6
*
class attrs should not emit assigning-non-slot msg (#7987)
Dani Alcala
2022-12-30
1
-0
/
+8
*
Fix `use-sequence-for-iteration` when unpacking a set with `*` (#7975)
Dani Alcala
2022-12-26
1
-0
/
+14
*
Fixes ``method-cache-max-size-none`` false positive (#7908)
Dani Alcala
2022-12-09
1
-0
/
+4
*
Cut oldstyle checks
Nick Drozd
2022-11-30
1
-6
/
+1
*
Define Protocol as abstract to prevent abstract-method FP (#7839)
Dani Alcala
2022-11-30
1
-4
/
+17
*
Create `TERMINATING_FUNCS_QNAMES` (#7825)
Dani Alcala
2022-11-22
1
-3
/
+8
*
Fix false positive for 'used-before-assignment' with terminating func (#7784)
Dani Alcala
2022-11-17
1
-0
/
+21
*
Fix false negatives for-any-all (#7707)
Dani Alcala
2022-11-17
1
-2
/
+11
*
Bump mypy from 0.982 to 0.990 (#7769)
dependabot[bot]
2022-11-14
1
-1
/
+1
*
Fix false positive for ``unhashable-member`` when subclassing ``dict``. (#7757)
Mark Byrne
2022-11-14
1
-1
/
+1
*
Fix a false negative for ``unused-import`` (#7678)
Mark Byrne
2022-11-09
1
-5
/
+8
*
[flake8-bugbear] Do not use 'assert False' but raise 'AssertionError()'
Pierre Sassoulas
2022-11-05
1
-1
/
+1
*
@singledispatch and @singledispatchmethod checks for methods and functions (#...
Ramon Saraiva
2022-10-31
1
-3
/
+44
*
Add `magic-number` checker for comparison with literals (#7526)
orSolocate
2022-10-22
1
-0
/
+8
*
Fix a false positive for `simplify-boolean-expression` when multiple values i...
Jacob Walls
2022-10-16
1
-1
/
+14
*
Refactor check for ignored modules into reusable function (#7604)
Daniel Mouritzen
2022-10-11
1
-0
/
+36
*
Add ``consider-using-augmented-assign`` checker (#7514)
Daniël van Noord
2022-09-22
1
-0
/
+65
*
Use stacklevel=2 in warnings.warn calls to DeprecationWarning where makes sen...
Yilei "Dolee" Yang
2022-09-15
1
-0
/
+3
*
Fix `unhashable-member` crash when `lambda` used as a dict key (#7454)
Jacob Walls
2022-09-12
1
-0
/
+2
*
Turn on ``mypy`` strict mode 🎉 (#7448)
Daniël van Noord
2022-09-09
1
-10
/
+10
*
Finish some incomplete typing signatures (#7442)
Daniël van Noord
2022-09-09
1
-4
/
+4
*
Emit `used-before-assignment` when function arguments are redefined inside an...
Jacob Walls
2022-09-04
1
-0
/
+8
*
Fix #3299 false positives with names in string literal type annotations (#7400)
Levi Gruspe
2022-09-04
1
-0
/
+22
*
Check for ``contextlib.suppress`` in ``node_ignores_exception`` (#7327)
Daniël van Noord
2022-08-22
1
-5
/
+58
*
Fix typing of most inference calls
Daniël van Noord
2022-07-13
1
-5
/
+6
*
Partial typing of ``imports.py`` (#6982)
Daniël van Noord
2022-07-13
1
-1
/
+2
*
Add partial typing to ``class_checker`` (#7088)
Daniël van Noord
2022-07-07
1
-2
/
+2
*
Emit `unhashable-member` when creating sets or dicts (#7036)
Jacob Walls
2022-06-29
1
-0
/
+19
*
Remove always true test for "builtins.module"
Jacob Walls
2022-06-23
1
-1
/
+0
*
Emit `used-before-assignment` for self-referencing assignments under if condi...
Jacob Walls
2022-06-15
1
-16
/
+47
[next]