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
*
Prevent warnings on dict / list index lookup with destructuring assignment (#...
Tim Martin
2022-06-04
1
-10
/
+24
*
Prevent `used-before-assignment` for names only defined under `except` if the...
Jacob Walls
2022-06-03
1
-2
/
+13
*
Add disable and exclude pylint files in CI (#6814)
Daniël van Noord
2022-06-03
1
-0
/
+2
*
Add typing to ``basic_error_checker`` and ``docstring_checker``
Daniël van Noord
2022-05-31
2
-21
/
+29
*
[refactor] Use a generator for '_has_variadic_argument' (#6770)
Pierre Sassoulas
2022-05-31
1
-9
/
+6
*
Add typing to ``basic_checker``
Daniël van Noord
2022-05-31
1
-17
/
+35
*
Reraise failures in astroid as `AstroidError`
Jacob Walls
2022-05-30
2
-1
/
+10
*
[simplifiable-if-expression] Add reference to implicit cast to bool in descri...
Pierre Sassoulas
2022-05-29
1
-1
/
+2
*
Fix a crash in `unused-private-member` with chained private attributes (#6710)
Jacob Walls
2022-05-26
1
-1
/
+1
*
Add typing to ``comparison_checker`` (#6694)
Daniël van Noord
2022-05-25
1
-14
/
+30
*
Add typing to various checkers (#6695)
Daniël van Noord
2022-05-25
3
-20
/
+29
*
Add typing to ``name_checker`` (#6687)
Daniël van Noord
2022-05-24
2
-35
/
+57
*
Add typing to ``async`` and ``deprecated`` checkers (#6684)
Daniël van Noord
2022-05-24
2
-10
/
+12
*
Add typing to ``design_analysis``
Daniël van Noord
2022-05-24
1
-21
/
+11
*
Enable line-wrapping from ``pydocstringformatter``
Daniël van Noord
2022-05-23
5
-20
/
+36
*
Some initial line wrapping of docstrings (#6672)
Daniël van Noord
2022-05-23
8
-12
/
+34
*
Update ``pydocstringformatter`` to ``0.6.0`` (#6671)
Daniël van Noord
2022-05-23
5
-6
/
+0
*
Fix ``unexpected-special-method-signature`` false positive for ``__init_subcl...
Mark Byrne
2022-05-20
1
-2
/
+1
*
Suppress useless-super-delegation on __hash__ in classes with __eq__ (#6611)
Tim Martin
2022-05-15
1
-47
/
+62
*
Remove utils.subscriptable_with_postponed_evaluation_enabled (#6607)
Marc Mueller
2022-05-13
1
-9
/
+5
*
Fix no-member in type annotations with future import (#6608)
Marc Mueller
2022-05-13
1
-0
/
+6
*
Update ranges for error messages (#6606)
Marc Mueller
2022-05-13
1
-3
/
+3
*
Fix false positive for `undefined-loop-variable` with `enumerate()` (#6602)
Jacob Walls
2022-05-13
1
-0
/
+7
*
Fix a crash in `unnecessary-list-index-lookup` when incorrectly using `enumer...
Jacob Walls
2022-05-13
1
-0
/
+1
*
Change wording of use a generator message for sum/max/min (#6600)
Pierre Sassoulas
2022-05-13
1
-5
/
+6
*
Raise use_a_generator for `sum()`, `max()`, `min()` (#6595)
Matus Valo
2022-05-13
1
-5
/
+7
*
[raise-missing-from] Clearer message and example in the documentation (#6576)
Pierre Sassoulas
2022-05-12
1
-13
/
+31
*
[--long-help] Remove redundant default description in message (#6581)
Pierre Sassoulas
2022-05-11
1
-3
/
+1
*
Fix a crash in `unnecessary-dict-index-lookup` when subscripting an attribute...
Jacob Walls
2022-05-11
1
-0
/
+1
*
Update all ``TODO: 2.14`` (#6573)
Daniël van Noord
2022-05-10
2
-2
/
+0
*
Add an exception for `IndexError` inside `uninferable_final_decorator` (#6532)
Mark Byrne
2022-05-07
1
-12
/
+18
*
Don't emit unsubscriptable-object for string annotations (#6536)
Marc Mueller
2022-05-07
1
-1
/
+14
*
spellcheck will skip the rule names of mypy inline directives (#5929)
Eli Fine
2022-05-06
1
-0
/
+17
*
Fix typo in `SimilarChecker` docstring
Jacob Walls
2022-05-05
1
-1
/
+1
*
Fix invalid-enum-extension with IntFlag (#6511)
Marc Mueller
2022-05-05
1
-10
/
+10
*
Move no-self-use to optional extension (#6448)
Marc Mueller
2022-05-05
3
-52
/
+1
*
Change default values of ``ignore-imports`` and ``ignore-signatures`` (#6500)
Daniël van Noord
2022-05-05
1
-2
/
+2
*
Remove duplicate message definitions
Daniël van Noord
2022-05-05
2
-27
/
+2
*
Fix AstCallbackMethod typing (#6445)
Marc Mueller
2022-05-05
1
-12
/
+22
*
Add `comparison-of-constants` checker (#6413)
omarandlorraine
2022-05-04
1
-0
/
+28
*
Enum: Add support for self-defined members (#5847)
Huw Jones
2022-05-04
1
-0
/
+75
*
C2901 & C2902: New checks for unnecessary lambda expression usage (#6004)
Joe Young
2022-05-04
1
-0
/
+93
*
Create a generic ``_check_open_call`` function
Daniël van Noord
2022-05-04
1
-32
/
+23
*
[spelling checker] Use a context manager for access to private dict (#6493)
Pierre Sassoulas
2022-05-03
1
-14
/
+7
*
Ignore underscore as a local variable (#6492)
Andy Young
2022-05-03
1
-0
/
+5
*
Create a path type of argument that automatically expand user/var (#6494)
Pierre Sassoulas
2022-05-03
2
-11
/
+4
*
[spelling checker] Break the help docstring on multiple lines
Pierre Sassoulas
2022-05-03
1
-1
/
+3
*
[spelling checker] Simplify some regexes in the spelling checker
Pierre Sassoulas
2022-05-03
1
-2
/
+2
*
[spelling checker] Add typing to functions of the spelling checker
Pierre Sassoulas
2022-05-03
2
-34
/
+41
*
Remove redundant parenthesis in spelling checker's return
Pierre Sassoulas
2022-05-03
1
-4
/
+4
[next]