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
/
variables.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix FP for used-before-assignment with assignment expressions in containers (...
github-actions[bot]
2023-02-11
1
-18
/
+19
*
Fix `used-before-assignment` false positive for walrus operator in dictionary...
github-actions[bot]
2023-02-10
1
-0
/
+5
*
Fix `used-before-assignment` false positive for TYPE_CHECKING if/elif/else us...
github-actions[bot]
2023-02-08
1
-18
/
+12
*
Fix no-name-in-module when variable is same as module name (#8169) (#8226)
github-actions[bot]
2023-02-07
1
-1
/
+1
*
Tighten design constraints (#8115)
Nick Drozd
2023-01-28
1
-1
/
+5
*
Fix FP for `used-before-assignment` when reimporting name used in type annota...
Jacob Walls
2023-01-23
1
-1
/
+5
*
Fix `used-before-assignment` false positive for walrus operators in ifs (#8029)
Zen Lee
2023-01-08
1
-3
/
+10
*
[pre-commit] Upgrade to black 23.1a1 with 2023's formatting (#7965)
Pierre Sassoulas
2022-12-27
1
-3
/
+0
*
Fix `used-before-assignment` if conditional imports guarded again when used (...
Jacob Walls
2022-12-25
1
-0
/
+1
*
Fix unreleased false positives with `used-before-assignment` (#7921)
Jacob Walls
2022-12-12
1
-11
/
+6
*
Prevent `used-before-assignment` in pattern matching with a guard (#7922)
Jacob Walls
2022-12-12
1
-0
/
+3
*
Emit `used-before-assignment` for further imports guarded by TYPE_CHECKING (#...
Jacob Walls
2022-12-10
1
-7
/
+2
*
Prevent `used-before-assignment` for variables defined in assignment expressi...
Jacob Walls
2022-11-25
1
-4
/
+4
*
Fix `used-before-assignment` for variable annotations guarded by TYPE_CHECKIN...
Jacob Walls
2022-11-23
1
-4
/
+14
*
Emit `used-before-assignment` for variables only defined under always false t...
Jacob Walls
2022-11-22
1
-1
/
+121
*
New checker `unbalanced dict unpacking` (#7750)
Dani Alcala
2022-11-20
1
-19
/
+98
*
Better error message for unpacking-non-sequence and unbalanced-tuple-unpackin...
Pierre Sassoulas
2022-11-19
1
-14
/
+13
*
Fix false positive for 'used-before-assignment' with terminating func (#7784)
Dani Alcala
2022-11-17
1
-1
/
+8
*
Fix a false negative for ``unused-import`` (#7678)
Mark Byrne
2022-11-09
1
-2
/
+4
*
Fix a false negative for ``unused-import`` (#7621)
Mark Byrne
2022-10-29
1
-0
/
+1
*
Prevent `redefined-outer-name` for `if t.TYPE_CHECKING`
Jacob Walls
2022-09-28
1
-3
/
+1
*
Fix bug in detecting ``unused-variable`` when iterating on variable. (#7537)
Dani Alcala
2022-09-28
1
-1
/
+1
*
Fix `undefined-loop-variable` with `NoReturn` and `Never` (#7476)
Daniƫl van Noord
2022-09-19
1
-8
/
+35
*
False positive `global-variable-not-assigned` (#7479)
Mark Byrne
2022-09-19
1
-1
/
+2
*
Disambiguate between str and enum member args to typing.Literal (#7414)
Levi Gruspe
2022-09-12
1
-12
/
+9
*
Turn on ``mypy`` strict mode š (#7448)
Daniƫl van Noord
2022-09-09
1
-6
/
+6
*
Update pylint/checkers/variables.py
Daniƫl van Noord
2022-09-09
1
-0
/
+3
*
Finish typing of ``variables``
Daniƫl van Noord
2022-09-09
1
-52
/
+82
*
Turn on ``check-untyped-defs`` in ``mypy`` (#7407)
Daniƫl van Noord
2022-09-09
1
-8
/
+8
*
Make ``disable-next`` only consider the succeeding line (#7411)
Daniƫl van Noord
2022-09-05
1
-2
/
+1
*
Fix #3299 false positives with names in string literal type annotations (#7400)
Levi Gruspe
2022-09-04
1
-1
/
+40
*
Fix `used-before-assignment` for functions/classes defined in type checking g...
Rogdham
2022-08-27
1
-3
/
+7
*
Fix `undefined-loop-variable` from walrus in comprehension test (#7324)
Jacob Walls
2022-08-20
1
-0
/
+18
*
fix `undefined-loop-variable` with `break` and `continue` statements in `else...
DetachHead
2022-08-19
1
-1
/
+3
*
[doc] Remove hard-coded default in 'ignored-argument-names' description (#7239)
Pierre Sassoulas
2022-07-30
1
-2
/
+1
*
Fix typing of most inference calls
Daniƫl van Noord
2022-07-13
1
-2
/
+5
*
Update `astroid` to 2.12 (#7153)
Jacob Walls
2022-07-13
1
-2
/
+17
*
Fix crash when using `enumerate` in a ternary expression (#7132)
Jacob Walls
2022-07-05
1
-2
/
+5
*
Emit `used-before-assignment` when reimporting later in a function (#6979)
Jacob Walls
2022-06-23
1
-7
/
+13
*
Fix ``undefined-loop-variable`` and ``undefined-variable`` with ``useless-sup...
Daniƫl van Noord
2022-06-18
1
-26
/
+12
*
Emit `used-before-assignment` when calling nested functions before assignment...
Jacob Walls
2022-06-16
1
-2
/
+3
*
Emit `used-before-assignment` for self-referencing assignments under if condi...
Jacob Walls
2022-06-15
1
-1
/
+1
*
Fix ``undefined-variable`` for ``__class__`` in inner methods (#6957)
Daniƫl van Noord
2022-06-15
1
-2
/
+5
*
[refactor] Normalize the typing of visitor functions (#6892)
Pierre Sassoulas
2022-06-12
1
-1
/
+1
*
Avoid raising `undefined-loop-variable` twice on same line (#6925)
Jacob Walls
2022-06-12
1
-1
/
+0
*
Warn about self-referencing named expressions lacking prior assignments (#6915)
Jacob Walls
2022-06-12
1
-4
/
+16
*
Avoid `used-before-assignment` in except handlers employing type annotations
Jacob Walls
2022-06-10
1
-0
/
+7
*
Factor out `_defines_name_raises_or_returns_recursive`
Jacob Walls
2022-06-10
1
-34
/
+33
*
Emit modified-iterating-list|dict|set for literals or usage of `del` (#6652)
Jacob Walls
2022-06-04
1
-19
/
+4
*
Prevent `used-before-assignment` for names only defined under `except` if the...
Jacob Walls
2022-06-03
1
-2
/
+13
[next]