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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't consider ``Union`` to always be a type alias (#8489)
Daniël van Noord
2023-03-23
1
-1
/
+7
*
[deprecation] Remove duplicated utils typing guards check (#8475)
Pierre Sassoulas
2023-03-22
1
-43
/
+0
*
Upgrade TODO for pylint 2.X to pylint 3.0 (#8480)
Pierre Sassoulas
2023-03-22
1
-1
/
+1
*
Fix incorrect preferred-modules matches
Daniël van Noord
2023-03-21
1
-1
/
+9
*
Add explicit 'stack_level' keyword in Deprecation/User warnings
Pierre Sassoulas
2023-03-21
1
-0
/
+2
*
[ruff] Add RUF specific rules and autofix (#8449)
Pierre Sassoulas
2023-03-14
5
-6
/
+6
*
[cyclic-import] Break cycle between pylint.checkers.util / variables (#8448)
Pierre Sassoulas
2023-03-14
2
-24
/
+21
*
Deprecate redundant type checking guard utils (#8433)
Jacob Walls
2023-03-12
3
-20
/
+41
*
Add Python 3.8+ `asyncSetUp` to "defining-attr-methods" list (#8403)
Samuel FORESTIER
2023-03-11
1
-1
/
+7
*
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
*
[overgeneral-exceptions] Only handle qualified names (#8411)
Pierre Sassoulas
2023-03-09
1
-17
/
+12
*
Remove deprecated functions and classes (#8409)
Daniël van Noord
2023-03-09
3
-86
/
+0
*
[FileState] Make Pylinter.current_name and msg_store non nullable
Pierre Sassoulas
2023-03-08
1
-1
/
+1
*
[__implements__] Remove everything related to the rejected PEP245 (#8404)
Pierre Sassoulas
2023-03-08
1
-26
/
+5
*
Remove all old code related to ``optparse`` config parsing. (#8405)
Daniël van Noord
2023-03-08
1
-5
/
+3
*
[deprecation] Remove ``get_message_definitions`` from ``BaseChecker`` (#8401)
Pierre Sassoulas
2023-03-08
1
-14
/
+0
*
Bump pylint to 2.17.0, update changelog (#8395)
Pierre Sassoulas
2023-03-07
2
-2
/
+2
*
Use UninferableBase instead of Uninferable
Daniel van Noord
2023-03-07
13
-72
/
+78
*
Upgrade to astroid 2.15.0 (#8387)
Pierre Sassoulas
2023-03-07
2
-2
/
+2
*
Accept values of the form ``<class name>.<attribute name>`` for the `exclude-...
Mark Byrne
2023-03-03
1
-6
/
+17
*
[spelling] Ignore spelling in type/mypy type ignore comments (#8370)
Pierre Sassoulas
2023-03-02
1
-19
/
+4
*
Changing flake8 to have max-line-length of 115 (#8362)
Ollie
2023-03-02
2
-2
/
+5
*
Refactor the `_check_protected_attribute_access` method to reduce indentation...
Mark Byrne
2023-03-01
1
-67
/
+69
*
[spelling checker] Better help message and code organization (#8338)
Pierre Sassoulas
2023-02-27
1
-17
/
+35
*
Prevent emitting ``invalid-name`` on 'global' redefinition (#8337)
Mark Byrne
2023-02-27
1
-5
/
+0
*
Add ``invalid-name`` check for ``TypeAlias`` names (#7116)
Daniël van Noord
2023-02-26
3
-22
/
+53
*
Add new checker `bad-chained-comparison` (#7990)
Zen Lee
2023-02-26
1
-0
/
+61
*
Add new check "implicit-flag-alias" (#8345)
James Addison
2023-02-26
1
-8
/
+58
*
Fixing some too long lines (#8339)
Ollie
2023-02-25
5
-17
/
+31
*
[doc] Add an example for 'non-ascii-file-name' (#8340)
Pierre Sassoulas
2023-02-25
1
-13
/
+5
*
Only count obviously non-terminating while-loops as return-ended (#8292)
Nick Drozd
2023-02-23
1
-3
/
+6
*
"Message emitted" improvements caused issues
Stavros Ntentos
2023-02-22
1
-1
/
+1
*
Fix invalid type false positive (#8206)
Nick Drozd
2023-02-14
1
-1
/
+14
*
[typing] Use __future__ annotations where possible (#8264)
Pierre Sassoulas
2023-02-12
1
-1
/
+1
*
Fix FP for used-before-assignment with assignment expressions in containers (...
Jacob Walls
2023-02-11
1
-18
/
+19
*
Fix `used-before-assignment` false positive for walrus operator in dictionary...
Zen Lee
2023-02-10
1
-0
/
+5
*
Fix `nested-min-max` output msg for sequences (#8234)
Dani Alcala
2023-02-08
1
-1
/
+22
*
Add import-based submodule detection for preferred-modules (#8186)
Dave Bunten
2023-02-08
1
-2
/
+12
*
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
2
-18
/
+61
*
Fix no-name-in-module when variable is same as module name (#8169)
Dani Alcala
2023-02-07
1
-1
/
+1
*
Fix crash when an attribute node was used inside an unary op (#8209)
Pierre Sassoulas
2023-02-07
1
-2
/
+5
*
[pre-commit.ci] pre-commit autoupdate (#8208)
pre-commit-ci[bot]
2023-02-07
1
-1
/
+0
*
[ruff] Autofix 'not x in iterator' => 'x not in iterator'
Pierre Sassoulas
2023-02-06
1
-1
/
+1
*
[ruff] Fix E741 Ambiguous variable name: 'l'
Pierre Sassoulas
2023-02-06
1
-1
/
+1
*
Fix a false negative for 'missing-parentheses-for-call-in-test'
Pierre Sassoulas
2023-02-05
1
-13
/
+10
*
Fix grammatical error in explanation of `global-statement (W0603)` (#8108)
R. N. West
2023-02-02
1
-3
/
+3
*
[crash] Fix crashes on python interpreter < 3.9 (#8163)
Pierre Sassoulas
2023-02-02
1
-1
/
+1
*
Update docs for `global-variable-not-assigned` (#8151)
Dani Alcala
2023-02-01
1
-6
/
+17
[next]