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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump pylint to 2.16.2, update changelog (#8276)
v2.16.2
Pierre Sassoulas
2023-02-13
1
-1
/
+1
*
Fix FP for used-before-assignment with assignment expressions in containers (...
github-actions[bot]
2023-02-11
1
-18
/
+19
*
Add ``--version`` option to pyreverse (#8257) (#8258)
github-actions[bot]
2023-02-10
1
-0
/
+6
*
Fix `used-before-assignment` false positive for walrus operator in dictionary...
github-actions[bot]
2023-02-10
1
-0
/
+5
*
Fix `nested-min-max` output msg for sequences (#8234) (#8245)
github-actions[bot]
2023-02-08
1
-1
/
+22
*
Minor refactor to 'is_defined' (#8243) (#8244)
github-actions[bot]
2023-02-08
1
-7
/
+5
*
Fix `used-before-assignment` false positive for TYPE_CHECKING if/elif/else us...
github-actions[bot]
2023-02-08
2
-18
/
+61
*
Fix crash when an attribute node was used inside an unary op (#8209) (#8225)
github-actions[bot]
2023-02-07
1
-2
/
+5
*
Fix no-name-in-module when variable is same as module name (#8169) (#8226)
github-actions[bot]
2023-02-07
1
-1
/
+1
*
Bump pylint to 2.16.1, update changelog (#8166)
v2.16.1
Pierre Sassoulas
2023-02-02
1
-1
/
+1
*
[crash] Fix crashes on python interpreter < 3.9 (#8163) (#8165)
github-actions[bot]
2023-02-02
1
-1
/
+1
*
Bump pylint to 2.16.0, update changelog
v2.16.0
Pierre Sassoulas
2023-02-01
1
-1
/
+1
*
Print this error the stderr instead of stdout. (#8142)
Yilei "Dolee" Yang
2023-01-31
1
-1
/
+2
*
Fix false positive for `use-maxsplit-arg` with custom split (#8114)
yushao2
2023-01-30
1
-0
/
+5
*
Tighten design constraints (#8115)
Nick Drozd
2023-01-28
16
-5
/
+28
*
Add `--allow-reexport-from-package` option (#8124)
Marc Mueller
2023-01-28
1
-2
/
+20
*
feat(6489): implement `positional-only-arguments-expected` checker (#8121)
yushao2
2023-01-28
1
-1
/
+40
*
Fix a false positive for ``redefined-variable-type`` when ``async`` methods a...
Mark Byrne
2023-01-28
1
-2
/
+2
*
Add `consider-refactoring-into-while-condition` checker (#8021)
yushao2
2023-01-27
3
-3
/
+150
*
Add tests to improve coverage (#8096)
Dani Alcala
2023-01-26
3
-13
/
+7
|
\
|
*
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot]
2023-01-25
1
-3
/
+1
|
*
Update pylint/checkers/base_checker.py
Dani Alcala
2023-01-25
1
-1
/
+1
|
*
deprecate BaseChecker.get_message_definition
clavedeluna
2023-01-24
1
-1
/
+9
|
*
remove short-circuit on Enum
clavedeluna
2023-01-24
1
-10
/
+1
|
*
add test for Uninferable
clavedeluna
2023-01-24
1
-3
/
+0
*
|
Update disallowed-name to flag module-level variables (#7808)
Dani Alcala
2023-01-25
1
-2
/
+14
*
|
Fix `missing-kwoa` FP with With statements (#8101)
Dani Alcala
2023-01-24
1
-2
/
+11
|
\
\
|
|
/
|
/
|
|
*
add inference
clavedeluna
2023-01-23
1
-8
/
+7
|
*
fix no-kwoa for any with calls
clavedeluna
2023-01-23
1
-7
/
+12
|
*
fix no-kwoa for one with call
clavedeluna
2023-01-23
1
-1
/
+6
*
|
[doc] Add details and related links for bare/broad-except (#8077)
Pierre Sassoulas
2023-01-24
1
-4
/
+13
*
|
[subprocess-run-check] Add the proper confidence
Pierre Sassoulas
2023-01-23
1
-1
/
+2
*
|
[subprocess-run-check] Better rationale and message
Pierre Sassoulas
2023-01-23
1
-4
/
+5
|
/
*
Fix FP for `used-before-assignment` when reimporting name used in type annota...
Jacob Walls
2023-01-23
1
-1
/
+5
*
Bump pylint to 2.16.0-b1, update changelog
v2.16.0b1
Pierre Sassoulas
2023-01-22
1
-1
/
+1
*
Fix `consider-using-augmented-assign` nested attribute access (#8088)
Marc Mueller
2023-01-20
1
-17
/
+1
*
Fix invalid-name for typing_extensions.TypeVar (#8089)
Marc Mueller
2023-01-20
1
-2
/
+7
*
pointless-exception-statement: filter call inference for better performance o...
James Addison
2023-01-20
1
-3
/
+12
*
Better regex for private attribute check (#8081)
Marc Mueller
2023-01-19
1
-1
/
+1
*
Fixed a crash when inferring a value and using its qname on a slice (#8070)
Pierre Sassoulas
2023-01-18
2
-3
/
+8
*
[style] Limit line length and complexity using flake8 (#8064)
Pierre Sassoulas
2023-01-16
6
-25
/
+51
*
Bump pylint to 2.16.0-b0, update changelog
v2.16.0b0
Pierre Sassoulas
2023-01-13
1
-1
/
+1
*
Fixes false positive for `try-except-raise` with multiple exceptions in one e...
fly
2023-01-12
1
-1
/
+1
*
Bugfix - extend ``magic-value-comparison`` support for parsing numerical type...
orSolocate
2023-01-12
1
-3
/
+34
*
[consider-using-augmented-assign] Do not warn for non-commutative operators (...
Pierre Sassoulas
2023-01-09
1
-1
/
+6
*
Fix `used-before-assignment` false positive for walrus operators in ifs (#8029)
Zen Lee
2023-01-08
1
-3
/
+10
*
Prevent `pyreverse` crash when processing attributes assigned via tuple unpac...
Andreas Finkler
2023-01-08
1
-1
/
+3
*
Add new check "pointless-exception-statement" (#7939)
James Addison
2023-01-07
1
-1
/
+16
*
[style] Use default 'dummy-variable-rgx' and 'ignored-argument-names' (#8014)
Pierre Sassoulas
2023-01-02
3
-9
/
+1
*
class attrs should not emit assigning-non-slot msg (#7987)
Dani Alcala
2022-12-30
2
-7
/
+21
[next]