summaryrefslogtreecommitdiff
path: root/pylint/extensions/_check_docs_utils.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* Use UninferableBase instead of UninferableDaniel van Noord2023-03-071-3/+3
* Fix ``missing-param-doc`` for escaped underscores (#7878)Dani Alcala2022-12-041-1/+1
* Turn on ``mypy`` strict mode 🎉 (#7448)Daniël van Noord2022-09-091-1/+1
* Fix and refactors for ``docparams`` extension (#7398)Daniël van Noord2022-09-041-13/+27
* Allow lists of default values in parameter documentation for ``Numpy`` (#7149)Daniël van Noord2022-07-081-3/+14
* Add typing to extensions (#6893)Daniël van Noord2022-06-091-1/+2
* Fix a crash in the ``docparams`` extension when raising the result of a funct...Jacob Walls2022-05-311-0/+2
* Add typing to ``_check_docs_utils``Daniël van Noord2022-05-241-45/+45
* Update ``pydocstringformatter`` to ``0.6.0`` (#6671)Daniël van Noord2022-05-231-1/+0
* Move no-self-use to optional extension (#6448)Marc Mueller2022-05-051-1/+0
* Use ``python-typing-update`` on ``pylint/extensions`` directory (#6308)Daniël van Noord2022-04-141-7/+8
* Handle asterisks better in Sphinx and Google style docstringsDaniël van Noord2022-04-071-2/+5
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-21/+1
* Remove uses of ``NodeNG.doc`` in favour of ``doc_node``Daniël van Noord2022-03-151-5/+7
* Upgrade ``pydocstringformatter`` to ``0.5.0`` (#5910)Daniël van Noord2022-03-131-1/+3
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-5/+5
* [pre-commit.ci] pre-commit autoupdate (#5758)pre-commit-ci[bot]2022-02-011-14/+14
* Add ``future=True`` to all ``NodeNG.frame`` calls (#5621)Daniël van Noord2022-01-101-1/+1
* Format docstrings with ``pydocstringformatter``Daniël van Noord2022-01-021-4/+2
* Fix typos accross the whole codebase (#5575)Pierre Sassoulas2021-12-211-10/+14
* Fix typos over the whole codebase (#5540)Kian Meng, Ang2021-12-171-1/+1
* Enable missing-raises-doc to understand class hierarchies (#5278)kasium2021-12-151-14/+15
* Fix incorrect classification of property docstrings in Numpy-style (#5498)Daniël van Noord2021-12-121-21/+31
* Bump pylint to 2.12.2, update changelogv2.12.2Pierre Sassoulas2021-12-031-0/+1
* Require ``\`` for asterisks in Sphinx-style parameter docstrings (#5464)Daniël van Noord2021-12-031-3/+5
* #5452: Fix false positive missing-doc-param from multi-line Google-st… (#5459)allanc652021-12-031-10/+3
* Bump pylint to 2.12.0, update changelogv2.12.0Pierre Sassoulas2021-11-251-1/+2
* Remove accidental print statementDaniël van Noord2021-10-311-1/+0
* Allow no type in Numpy param docstrings for ``mising-param-doc`` (#5231)Daniël van Noord2021-10-311-4/+35
* Fix asterisks parsing of ``mising-param-doc`` (#5175)Daniël van Noord2021-10-181-3/+3
* Properly identify undocumented parameters and add new message called missing-...Konstantina Saketou2021-10-101-5/+12
* Bump pylint to 2.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-161-0/+1
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-301-86/+58
* Bump pylint to 2.10.2-dev0, update changelogAshley Whetter2021-08-201-1/+1
* Bump pylint to 2.10.1, update changelogv2.10.1Ashley Whetter2021-08-201-1/+1
* Bump pylint to 2.10.0, update changelogv2.10.0Pierre Sassoulas2021-08-201-1/+1
* Use alias for astroid.nodes 03 (#4866)Marc Mueller2021-08-181-14/+15
* Bump pylint to 2.9.4, update changelogv2.9.4Pierre Sassoulas2021-07-201-1/+1
* Bump pylint to 2.9.3, update changelogv2.9.3Pierre Sassoulas2021-07-011-1/+1
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Bump pylint to 2.9.0, update changelog, add python 3.10 to package metav2.9.0Pierre Sassoulas2021-06-291-1/+1
* Make a smarter check to avoid 'useless-type-doc' false positivePierre Sassoulas2021-06-251-4/+0
* Fix useless-type-doc false positive when args exist in the docstringPierre Sassoulas2021-06-251-0/+4
* Add a '__repr__' function in DocstringPierre Sassoulas2021-06-251-0/+3
* Bump pylint to 2.9.0-dev1, update changelogPierre Sassoulas2021-06-171-0/+1
* Fix existing codeMarc Mueller2021-06-101-2/+2
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-1/+2