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
*
Pylint fix for invalid TOML config (#4720)
Tanvi Moharir
2021-11-13
2
-5
/
+21
*
Fix ``accept-no-yields/return-doc`` for partially correct docstrings
Daniël van Noord
2021-11-13
1
-4
/
+6
*
Make y/n validator case insensitive (#5294)
Tushar Sadhwani
2021-11-12
1
-0
/
+2
*
Create a framework of functional tests for configuration files (#5287)
Pierre Sassoulas
2021-11-12
3
-2
/
+112
*
Add checker `using-final-decorator-in-unsupported-version` (#5165)
Mark Byrne
2021-11-09
3
-7
/
+91
*
Simplify toml handling by removing else after try
Pierre Sassoulas
2021-11-08
1
-13
/
+12
*
Create a function for toml parsing
Pierre Sassoulas
2021-11-08
1
-23
/
+28
*
Create and use a function for module stats initialization (#5271)
Pierre Sassoulas
2021-11-08
2
-19
/
+15
*
Make ``self-cls-assignment`` check tuple assignment (#5268)
Daniël van Noord
2021-11-07
1
-16
/
+12
*
Fix crash on checking private members on ``__class__``
Daniël van Noord
2021-11-05
1
-6
/
+10
*
Remove unwanted non-breaking whitespaces in comment (#5256)
Pierre Sassoulas
2021-11-04
2
-12
/
+12
*
Add script to generate new message category id (#5248)
Daniël van Noord
2021-11-04
1
-0
/
+17
*
Inspection for `with threading.Lock():` (#5245)
Martin
2021-11-03
1
-0
/
+55
*
Use single worker if importing `multiprocessing.synchronize` fails (#5238)
Harshil
2021-11-03
1
-0
/
+1
*
fix accepted output format without graphviz
Antonio Quarta
2021-10-31
1
-1
/
+1
*
Remove accidental print statement
Daniël van Noord
2021-10-31
1
-1
/
+0
*
Fix ``protected-access`` for attributes and methods of nested classes (#5232)
Daniël van Noord
2021-10-31
2
-1
/
+22
*
Allow no type in Numpy param docstrings for ``mising-param-doc`` (#5231)
Daniël van Noord
2021-10-31
1
-4
/
+35
*
Unify all `<y or n>` metavars in option's help (#5229)
Tushar Sadhwani
2021-10-29
10
-20
/
+20
*
Fix incorrect ``consider-using-ternary`` when condition is inferable as False...
Arianna Y
2021-10-29
1
-2
/
+2
*
Fix the deprecation of set_output in our code (#5209)
Pierre Sassoulas
2021-10-27
3
-16
/
+17
*
Clean up some useless-super-delegation logic (#5193)
Samuel Freilich
2021-10-26
1
-61
/
+45
*
Fix exception of pyreverse in handling property function within a class.
Takahide Nojima
2021-10-26
1
-0
/
+1
*
Add control flow check for ``undefined-variable`` in ``if ... else``
Daniël van Noord
2021-10-26
1
-0
/
+21
*
Add configuration option ``exclude-too-few-public-methods`` (#5191)
Mike Fiedler
2021-10-26
2
-1
/
+23
*
Move the find_pylintrc function in find_default_config_files.py
Pierre Sassoulas
2021-10-26
2
-11
/
+14
*
Create a OLD_DEFAULT_PYLINT_HOME constants
Pierre Sassoulas
2021-10-26
3
-5
/
+9
*
Create a DEFAULT_PYLINT_HOME constant and upgrade help text
Pierre Sassoulas
2021-10-26
3
-7
/
+8
*
Put the environnement help directly where it makes sense
Pierre Sassoulas
2021-10-26
2
-13
/
+15
*
Use backticks for any-all suggestion (#5207)
Nick Drozd
2021-10-25
1
-1
/
+1
*
Enable for_any_all check (#5206)
Nick Drozd
2021-10-25
11
-96
/
+53
*
Add ``mixin-class-rgx`` option (#5203)
Daniël van Noord
2021-10-25
4
-11
/
+38
*
Add extension checker that suggests any/all statements from for loops (#5196)
Arianna Y
2021-10-25
2
-0
/
+82
*
Normalize input of ``ignore-paths`` for all path types (#5201)
Daniël van Noord
2021-10-24
4
-9
/
+52
*
Fix regression for ``_is_only_type_assignment`` (#5163)
Daniël van Noord
2021-10-23
1
-6
/
+30
*
Make ``used-before-assignment`` consider classes in method annotation and def...
Daniël van Noord
2021-10-23
1
-0
/
+42
*
Fix use-implicit-booleaness-not-comparison crash (#5176)
Jaehoon Hwang
2021-10-23
2
-27
/
+23
*
Fix test decorator for `PyLinter` options (#5195)
Daniël van Noord
2021-10-22
1
-5
/
+18
*
PR #5157 followup (#5192)
Nick Pesce
2021-10-21
1
-10
/
+10
*
Fix useless-super-delegation false positive when default keyword argument is ...
Nick Pesce
2021-10-19
1
-58
/
+26
*
Fix double emitting of ``not-callable`` on inferrable ``properties``
Daniël van Noord
2021-10-19
1
-1
/
+2
*
Fix asterisks parsing of ``mising-param-doc`` (#5175)
Daniël van Noord
2021-10-18
3
-8
/
+8
*
Make ``undefined-variable`` check line numbers of metaclass parameters
Daniël van Noord
2021-10-18
1
-6
/
+13
*
Refactor Variable checker to use less argument in function (#5167)
Pierre Sassoulas
2021-10-17
1
-47
/
+50
*
Async context manager typo (#5164)
Youngsoo Sung
2021-10-17
1
-1
/
+1
*
Fix ``missing-function-docstring`` not checking ``__init__`` (#5147)
Daniël van Noord
2021-10-17
1
-0
/
+2
*
Merge ``MessagesHandlerMixIn`` into ``PyLinter`` (#5136)
Daniël van Noord
2021-10-17
5
-155
/
+179
*
pyreverse - Add project modules to sys.path (#4856)
Mark Byrne
2021-10-17
1
-10
/
+5
*
From Python 3.8 onwards classes inheriting from dict are reversible (#5169)
Tim Martin
2021-10-17
1
-3
/
+7
*
Add a warning ``use-implicit-booleaness-not-comparison`` for comparison with ...
Jaehoon Hwang
2021-10-17
6
-13
/
+118
[next]