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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix crash when deleting from a dict returned from a call (#8678) (#8679)
maintenance/2.17.x
github-actions[bot]
2023-05-12
4
-5
/
+13
*
Bump pylint to 2.17.4, update changelog
Pierre Sassoulas
2023-05-06
7
-13
/
+34
*
[changelog] Add a changelog entry for #8632
Pierre Sassoulas
2023-05-06
1
-0
/
+4
*
Make sure a ``tool`` table is created in ``toml`` generation (#8638) (#8640)
github-actions[bot]
2023-04-30
5
-10
/
+11
*
[tomlkit] Limit the maximum version of tomlkit (#8633) (#8635)
github-actions[bot]
2023-04-28
2
-1
/
+5
*
Added escaping of vertical bar character in annotation labels (#8610) (#8631)
Andreas Finkler
2023-04-27
19
-25
/
+80
*
Fix a false positive for ``bad-dunder-name`` when there is a user-defined ``_...
github-actions[bot]
2023-04-24
3
-0
/
+7
*
Bump pylint to 2.17.3, update changelog (#8620)
v2.17.3
Pierre Sassoulas
2023-04-24
14
-33
/
+63
*
Upgrade astroid to 2.15.4 (#8615) (#8618)
github-actions[bot]
2023-04-24
2
-2
/
+2
*
Disable import-error as attrs is no longer a test dependency
Marc Mueller
2023-04-23
1
-1
/
+1
*
Upgrade astroid to 2.15.3 (#8584)
Pierre Sassoulas
2023-04-23
2
-2
/
+2
*
Improve output of `consider-using-generator` message for `min()` calls with `...
github-actions[bot]
2023-04-17
4
-1
/
+14
*
Fix false positive for ``keyword-arg-before-vararg`` (#8571) (#8578)
github-actions[bot]
2023-04-15
5
-1
/
+28
*
Fix `unused-import` to check`dummy-variables-rgx` (#8566) (#8568)
github-actions[bot]
2023-04-12
4
-5
/
+20
*
Fix false positive for ``positional-only-arguments-expected`` when a function...
github-actions[bot]
2023-04-10
3
-0
/
+23
*
Fix isinstance-second-argument-not-valid-type for union types with None
Rogdham
2023-04-07
4
-9
/
+19
*
Fix typelias `invalid-name` false positives for Union variables without assig...
github-actions[bot]
2023-04-07
4
-7
/
+11
*
Do not emit `logging-not-lazy` for explicitly concatenated strings. (#8546)
Yilei "Dolee" Yang
2023-04-07
4
-8
/
+29
*
Fix check unused arguments false positive bug (#8542) (#8545)
github-actions[bot]
2023-04-06
4
-0
/
+36
*
Bump pylint to 2.17.2, update changelog (#8533)
v2.17.2
Pierre Sassoulas
2023-04-03
8
-19
/
+39
*
[Backport maintenance/2.17.x] Add regression test for #7506 (#8531)
github-actions[bot]
2023-04-03
4
-8
/
+15
*
Upgrade astroid to 2.15.2 (#8530) (#8532)
Pierre Sassoulas
2023-04-03
2
-3
/
+3
*
[pyreverse] Bugfix: strip "/" at the end of the file (#8517) (#8528)
github-actions[bot]
2023-04-02
3
-1
/
+21
*
Don't use removed function from ``astroid`` (#8525) (#8526)
github-actions[bot]
2023-04-02
1
-5
/
+11
*
[Backport maintenance/2.17.x] Allow integers in TypeAlias names. (#8507)
github-actions[bot]
2023-03-28
5
-16
/
+27
*
Fix `unnecessary-lambda` false positive for lambdas using its parameters in t...
github-actions[bot]
2023-03-28
4
-0
/
+26
*
Don't consider ``Union`` to always be a type alias (#8489)
Daniƫl van Noord
2023-03-23
3
-1
/
+14
*
Bump pylint to 2.17.1, update changelog (#8482)
v2.17.1
Pierre Sassoulas
2023-03-22
9
-28
/
+55
*
Fix incorrect preferred-modules matches (#8481)
github-actions[bot]
2023-03-22
3
-1
/
+29
*
Deprecate redundant type checking guard utils (#8433) (#8439)
github-actions[bot]
2023-03-12
6
-22
/
+53
*
Add Python 3.8+ `asyncSetUp` to "defining-attr-methods" list (#8403) (#8438)
github-actions[bot]
2023-03-11
7
-4
/
+30
*
Fix a crash when `TYPE_CHECKING` is used without importing it (#8435) (#8436)
github-actions[bot]
2023-03-11
3
-1
/
+17
*
Clear LRU caches on pylint utilities (#8420) (#8427)
github-actions[bot]
2023-03-10
3
-1
/
+26
*
Proper release date and summary for 2.17.0
v2.17.0
Pierre Sassoulas
2023-03-08
1
-2
/
+18
*
Bump pylint to 2.17.0, update changelog (#8395)
Pierre Sassoulas
2023-03-07
38
-120
/
+228
*
Add regression test for #5288 (#8385)
Jacob Walls
2023-03-07
3
-0
/
+17
*
Use UninferableBase instead of Uninferable
Daniel van Noord
2023-03-07
17
-81
/
+87
*
Upgrade to astroid 2.15.0 (#8387)
Pierre Sassoulas
2023-03-07
7
-11
/
+14
*
[pre-commit.ci] pre-commit autoupdate (#8393)
pre-commit-ci[bot]
2023-03-07
1
-3
/
+3
*
Merge remote-tracking branch 'upstream/maintenance/2.16.x' into main
Marc Mueller
2023-03-06
1
-0
/
+14
|
\
|
*
Bump pylint to 2.16.4, update changelog (#8389)
v2.16.4
Marc Mueller
2023-03-06
5
-6
/
+17
|
*
Fix invalid type false positive (#8206) (#8386)
Marc Mueller
2023-03-06
9
-8
/
+57
*
|
Cancel previous tests when pushing to PRs
Jacob Walls
2023-03-05
2
-0
/
+8
*
|
Document ignoring pragmas for calculating line length (#8380)
Jacob Walls
2023-03-04
1
-0
/
+2
*
|
[doc] Add an example for 'missing-format-string-key' (#8379)
Pierre Sassoulas
2023-03-03
3
-2
/
+14
*
|
Merge maintenance 2.16.x in main (#8377)
Pierre Sassoulas
2023-03-03
1
-0
/
+24
|
\
\
|
*
\
Merge 'maintenance/2.16.x' following 2.16.3 release
Pierre Sassoulas
2023-03-03
1
-0
/
+24
|
|
\
\
|
|
|
/
|
|
*
Bump pylint to 2.16.3, update changelog (#8375)
v2.16.3
Pierre Sassoulas
2023-03-03
6
-9
/
+27
|
|
*
[spelling] Ignore spelling in type/mypy type ignore comments (#8370) (#8373)
github-actions[bot]
2023-03-02
3
-37
/
+28
|
|
*
Prevent emitting ``invalid-name`` on 'global' redefinition (#8337) (#8354)
Pierre Sassoulas
2023-02-27
6
-7
/
+14
[next]