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
*
Refactor Variable checker to use less argument in function
refactor-variable-checker-visit_name
Pierre Sassoulas
2021-10-16
1
-47
/
+50
*
Make ``undefined-variable`` flag type annotation without value assignment (#5...
Daniël van Noord
2021-10-15
1
-0
/
+18
*
Fix crash with AssignAttr in TYPE_CHECKING blocks (#5118)
Marc Mueller
2021-10-05
1
-1
/
+3
*
Improve and flatten ``unused-wildcard-import`` message (#5110)
Daniël van Noord
2021-10-04
1
-2
/
+18
*
[pre-commit.ci] pre-commit autoupdate (#5082)
pre-commit-ci[bot]
2021-09-28
1
-1
/
+1
*
Fix false-positive undefined-variable with Lambda, IfExp, and := (#5044)
Marc Mueller
2021-09-21
1
-2
/
+6
*
Spelling and grammar fixes
Ville Skyttä
2021-09-17
1
-2
/
+2
*
Bump pylint to 2.11.0, update changelog
v2.11.0
Pierre Sassoulas
2021-09-16
1
-0
/
+1
*
Fix bad node given to a message and false positive invalide format for ``__al...
Pierre Sassoulas
2021-09-13
1
-5
/
+4
*
Make ``global-variable-not-assigned`` check local scope (#4990)
Daniël van Noord
2021-09-11
1
-1
/
+7
*
Refactor various typing related issues (#4940)
Daniël van Noord
2021-09-03
1
-26
/
+26
*
Add ``Consider-using-f-string`` checker (#4796)
Daniël van Noord
2021-08-30
1
-6
/
+5
*
Bump pylint to 2.10.0, update changelog
v2.10.0
Pierre Sassoulas
2021-08-20
1
-1
/
+3
*
Use alias for astroid.nodes 03 (#4866)
Marc Mueller
2021-08-18
1
-149
/
+134
*
Fix false-positive used-before-assignment with := in Return node
Marc Mueller
2021-08-12
1
-0
/
+1
*
Fix bugs in W0640 cell-var-from-loop checker (#4827)
David Liu
2021-08-12
1
-17
/
+31
*
Fix false positives for invalid-all-format (#4711) (#4829)
kasium
2021-08-11
1
-1
/
+1
*
Fix false negative for used-before-assignment (ExceptHandler) (#4791)
David Liu
2021-08-03
1
-18
/
+49
*
Bump pylint to 2.9.6, update changelog
v2.9.6
Pierre Sassoulas
2021-07-25
1
-1
/
+1
*
Fix false positive undefined variable in decorator with list comprehension (#...
Marcin Kurczewski
2021-07-22
1
-3
/
+7
*
Ignore import errors if in guarded import block (#4702)
Marc Mueller
2021-07-19
1
-2
/
+10
*
[undefined-variable] Further simplification: the code we fixed was duplicated
Pierre Sassoulas
2021-07-09
1
-9
/
+7
*
[undefined-variable] Simplify the undefined variable check
Pierre Sassoulas
2021-07-09
1
-19
/
+10
*
[undefined-variable] Fix crash when metaclass was parsed as an attribute
Pierre Sassoulas
2021-07-09
1
-2
/
+4
*
Bump pylint to 2.9.3, update changelog
v2.9.3
Pierre Sassoulas
2021-07-01
1
-1
/
+1
*
Fix copyright links (#4647)
Marc Mueller
2021-07-01
1
-1
/
+1
*
Bump pylint to 2.9.0, update changelog, add python 3.10 to package meta
v2.9.0
Pierre Sassoulas
2021-06-29
1
-0
/
+2
*
VariableChecker now accounts for attribute lookups in type comments (#4604)
Sergei Lebedev
2021-06-27
1
-0
/
+4
*
Remove docs and code associated with the removed W0623 (redefine-in-handler) ...
Lorena B
2021-06-20
1
-8
/
+1
*
Add new checker invalid-all-format
Marc Mueller
2021-06-01
1
-0
/
+10
*
Update copyrite notice
v2.8.2
Pierre Sassoulas
2021-04-26
1
-1
/
+1
*
Changes after black update
Marc Mueller
2021-04-26
1
-1
/
+1
*
Prepare for 2.8.0 release
pylint-2.8.0
Pierre Sassoulas
2021-04-24
1
-0
/
+1
*
resolved false positive on unused variables in decorator functions (#4373)
haasea
2021-04-18
1
-0
/
+3
*
Rename copying to license and upgrade the setup.cfg (#4338)
Pierre Sassoulas
2021-04-11
1
-1
/
+1
*
Fix false-positive used-before-assignment in function returns
Marc Mueller
2021-04-07
1
-1
/
+6
*
Prepare 2.7.3 release (#4261)
pylint-2.7.3
2.7
Pierre Sassoulas
2021-03-29
1
-0
/
+1
*
Fix false-positive for unused-import on class keyword arguments
Marc Mueller
2021-03-28
1
-0
/
+8
*
Import astroid with import x or from x import y but not both
Pierre Sassoulas
2021-03-28
1
-8
/
+6
*
Improve handling of assignment expressions
Marc Mueller
2021-03-26
1
-1
/
+22
*
Add allow-redefined-builtins option to variable checker
Alexander Kapshuna
2021-03-05
1
-2
/
+16
*
Apply copyrite --contribution-threshold
Pierre Sassoulas
2021-02-21
1
-2
/
+3
*
Migrate from % syntax or bad format() syntax to fstring
Pierre Sassoulas
2021-02-21
1
-5
/
+1
*
Move from % string formatting syntax to f-string or .format()
Pierre Sassoulas
2021-02-21
1
-6
/
+6
*
Remove the # coding, since PEP3120 the default is UTF8
Pierre Sassoulas
2021-02-21
1
-1
/
+0
*
Move from format() to f-string where it makes sense
Pierre Sassoulas
2021-02-16
1
-18
/
+9
*
Fix E714 test for object identity should be 'is not'
Pierre Sassoulas
2021-02-15
1
-2
/
+2
*
Fix multiple false positives with assignment expressions
Marc Mueller
2021-02-15
1
-0
/
+30
*
Fix a crash in `undefined-variable` caused by chained attributes in metaclass
Claudiu Popa
2020-12-29
1
-1
/
+4
*
Remove unsecable whitespace in the whole codebase
Pierre Sassoulas
2020-09-12
1
-1
/
+1
[next]