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
/
extensions
/
_check_docs_utils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump pylint to 2.10.0, update changelog
v2.10.0
Pierre Sassoulas
2021-08-20
1
-1
/
+1
*
Use alias for astroid.nodes 03 (#4866)
Marc Mueller
2021-08-18
1
-14
/
+15
*
Bump pylint to 2.9.4, update changelog
v2.9.4
Pierre Sassoulas
2021-07-20
1
-1
/
+1
*
Bump pylint to 2.9.3, update changelog
v2.9.3
Pierre Sassoulas
2021-07-01
1
-1
/
+1
*
Fix copyright links (#4647)
Marc Mueller
2021-07-01
1
-1
/
+1
*
Bump pylint to 2.9.0, update changelog, add python 3.10 to package meta
v2.9.0
Pierre Sassoulas
2021-06-29
1
-1
/
+1
*
Make a smarter check to avoid 'useless-type-doc' false positive
Pierre Sassoulas
2021-06-25
1
-4
/
+0
*
Fix useless-type-doc false positive when args exist in the docstring
Pierre Sassoulas
2021-06-25
1
-0
/
+4
*
Add a '__repr__' function in Docstring
Pierre Sassoulas
2021-06-25
1
-0
/
+3
*
Bump pylint to 2.9.0-dev1, update changelog
Pierre Sassoulas
2021-06-17
1
-0
/
+1
*
Fix existing code
Marc Mueller
2021-06-10
1
-2
/
+2
*
Rename copying to license and upgrade the setup.cfg (#4338)
Pierre Sassoulas
2021-04-11
1
-1
/
+1
*
Apply copyrite --contribution-threshold
Pierre Sassoulas
2021-02-21
1
-1
/
+2
*
Initialize a boolean value as False instead of None
Pierre Sassoulas
2021-02-07
1
-1
/
+1
*
Sets up copyright
hippo91
2020-08-20
1
-1
/
+1
*
Add missing copyright annotations for the past releases
Claudiu Popa
2020-04-27
1
-3
/
+7
*
pyupgrade: automated removal of python2 constructs
Anthony Sottile
2020-03-24
1
-1
/
+0
*
Fix formatting error
Claudiu Popa
2019-10-17
1
-1
/
+1
*
docparams can identify multiple types in raises sections
Ashley Whetter
2019-10-17
1
-7
/
+20
*
Remove redundant compatibility code (#3097)
Hugo van Kemenade
2019-09-12
1
-2
/
+0
*
Allow a `.` as a prefix for Sphinx name resolution. (#3058)
Danny Hermes
2019-08-16
1
-1
/
+1
*
Add 'of' to GoogleDocstring multiple type (#2884)
Zeb Nicholls
2019-04-29
1
-1
/
+1
*
Support optional ~ or ! prefix for docstring types
Jim Robertson
2018-12-28
1
-10
/
+7
*
Fix missing-raises-doc false positive (W9006)
Jim Robertson
2018-12-28
1
-1
/
+1
*
Fix missing-raises-doc false positive (W9006)
Jim Robertson
2018-12-28
1
-11
/
+19
*
Reformat the code with black
Claudiu Popa
2018-09-17
1
-93
/
+145
*
Can specify a default docstring type for when the check cannot guess the type...
Ashley Whetter
2018-07-24
1
-2
/
+16
*
Update copyright notices
Claudiu Popa
2018-07-15
1
-2
/
+6
*
Add new checker useless-object-inheritance.
ssolanki
2018-06-20
1
-1
/
+1
*
pyupgrade (#2136)
Anthony Sottile
2018-05-22
1
-2
/
+2
*
Fixed up a couple of docstrings
Ashley Whetter
2018-05-16
1
-2
/
+2
*
Add support for numpydoc return value names (#2031)
Mitchell T.H. Young
2018-04-24
1
-2
/
+3
*
Ignore 'optional' type specifier for google docstring (#2023)
Adrian Chirieac
2018-04-24
1
-0
/
+1
*
Fixed false positive when a numpy Attributes section follows a Parameters sec...
Ashley Whetter
2018-02-16
1
-0
/
+12
*
Regenerate copyright notices
Claudiu Popa
2017-12-15
1
-3
/
+6
*
Fixed false positive for compact argument docs with container types
Ashley Whetter
2017-11-11
1
-2
/
+7
*
Adding a check for ``inconsistent-return-statements`` inside function or meth...
hippo91
2017-09-26
1
-0
/
+1
*
Support for Google docstring Keyword Args sections (#1664)
hippo91
2017-09-17
1
-0
/
+6
*
Allow simple xrefs for types in docstrings (#1602)
Mitar
2017-08-25
1
-3
/
+3
*
fixup! Added docparams property tests
Ashley Whetter
2017-07-08
1
-45
/
+65
*
Added docparams property tests
Ashley Whetter
2017-07-08
1
-7
/
+10
*
docparams can find property return types
Ashley Whetter
2017-07-08
1
-3
/
+28
*
docparams checks for errors in a setters property docstring
Ashley Whetter
2017-07-08
1
-0
/
+62
*
docparams now ignores "optional" specifier on parameter docs (#1391)
Ashley Whetter
2017-03-31
1
-1
/
+1
*
Can detect multiple types in docstring type fields (#1294)
Ashley Whetter
2017-01-27
1
-12
/
+13
*
Added Epytext support to docparams extension (Closes #1030)
Yuri Bochkarev
2016-07-23
1
-7
/
+44
*
Even more granular copyrights (thanks to copyrite)
Claudiu Popa
2016-07-23
1
-2
/
+6
*
Bisect 'missing-[returns|yield]-doc' warnings into separate text/type checks.
Glenn Matthews
2016-07-19
1
-6
/
+46
*
Keep a consistent copyright notice across the board.
Claudiu Popa
2016-07-19
1
-0
/
+2
*
Do not crash when calling unpack_infer. Close #998
Claudiu Popa
2016-07-18
1
-4
/
+8
[next]