| Commit message (Expand) | Author | Age | Files | Lines |
* | [PyCQA migration] Upgrade links to the repositories in code and doc (#8514) | Pierre Sassoulas | 2023-03-29 | 1 | -2/+2 |
* | Use UninferableBase instead of Uninferable | Daniel van Noord | 2023-03-07 | 1 | -3/+3 |
* | Fix ``missing-param-doc`` for escaped underscores (#7878) | Dani Alcala | 2022-12-04 | 1 | -1/+1 |
* | Turn on ``mypy`` strict mode 🎉 (#7448) | Daniël van Noord | 2022-09-09 | 1 | -1/+1 |
* | Fix and refactors for ``docparams`` extension (#7398) | Daniël van Noord | 2022-09-04 | 1 | -13/+27 |
* | Allow lists of default values in parameter documentation for ``Numpy`` (#7149) | Daniël van Noord | 2022-07-08 | 1 | -3/+14 |
* | Add typing to extensions (#6893) | Daniël van Noord | 2022-06-09 | 1 | -1/+2 |
* | Fix a crash in the ``docparams`` extension when raising the result of a funct... | Jacob Walls | 2022-05-31 | 1 | -0/+2 |
* | Add typing to ``_check_docs_utils`` | Daniël van Noord | 2022-05-24 | 1 | -45/+45 |
* | Update ``pydocstringformatter`` to ``0.6.0`` (#6671) | Daniël van Noord | 2022-05-23 | 1 | -1/+0 |
* | Move no-self-use to optional extension (#6448) | Marc Mueller | 2022-05-05 | 1 | -1/+0 |
* | Use ``python-typing-update`` on ``pylint/extensions`` directory (#6308) | Daniël van Noord | 2022-04-14 | 1 | -7/+8 |
* | Handle asterisks better in Sphinx and Google style docstrings | Daniël van Noord | 2022-04-07 | 1 | -2/+5 |
* | Add a pre-commit hook to check the copyright notice | Pierre Sassoulas | 2022-03-24 | 1 | -1/+1 |
* | Simplify hard to maintain copyright notice | Pierre Sassoulas | 2022-03-24 | 1 | -21/+1 |
* | Remove uses of ``NodeNG.doc`` in favour of ``doc_node`` | Daniël van Noord | 2022-03-15 | 1 | -5/+7 |
* | Upgrade ``pydocstringformatter`` to ``0.5.0`` (#5910) | Daniël van Noord | 2022-03-13 | 1 | -1/+3 |
* | Update ``pydocstringformatter`` to 0.4.0 (#5787) | Daniël van Noord | 2022-02-10 | 1 | -5/+5 |
* | [pre-commit.ci] pre-commit autoupdate (#5758) | pre-commit-ci[bot] | 2022-02-01 | 1 | -14/+14 |
* | Add ``future=True`` to all ``NodeNG.frame`` calls (#5621) | Daniël van Noord | 2022-01-10 | 1 | -1/+1 |
* | Format docstrings with ``pydocstringformatter`` | Daniël van Noord | 2022-01-02 | 1 | -4/+2 |
* | Fix typos accross the whole codebase (#5575) | Pierre Sassoulas | 2021-12-21 | 1 | -10/+14 |
* | Fix typos over the whole codebase (#5540) | Kian Meng, Ang | 2021-12-17 | 1 | -1/+1 |
* | Enable missing-raises-doc to understand class hierarchies (#5278) | kasium | 2021-12-15 | 1 | -14/+15 |
* | Fix incorrect classification of property docstrings in Numpy-style (#5498) | Daniël van Noord | 2021-12-12 | 1 | -21/+31 |
* | Bump pylint to 2.12.2, update changelogv2.12.2 | Pierre Sassoulas | 2021-12-03 | 1 | -0/+1 |
* | Require ``\`` for asterisks in Sphinx-style parameter docstrings (#5464) | Daniël van Noord | 2021-12-03 | 1 | -3/+5 |
* | #5452: Fix false positive missing-doc-param from multi-line Google-st… (#5459) | allanc65 | 2021-12-03 | 1 | -10/+3 |
* | Bump pylint to 2.12.0, update changelogv2.12.0 | Pierre Sassoulas | 2021-11-25 | 1 | -1/+2 |
* | Remove accidental print statement | Daniël van Noord | 2021-10-31 | 1 | -1/+0 |
* | Allow no type in Numpy param docstrings for ``mising-param-doc`` (#5231) | Daniël van Noord | 2021-10-31 | 1 | -4/+35 |
* | Fix asterisks parsing of ``mising-param-doc`` (#5175) | Daniël van Noord | 2021-10-18 | 1 | -3/+3 |
* | Properly identify undocumented parameters and add new message called missing-... | Konstantina Saketou | 2021-10-10 | 1 | -5/+12 |
* | Bump pylint to 2.11.0, update changelogv2.11.0 | Pierre Sassoulas | 2021-09-16 | 1 | -0/+1 |
* | Add ``Consider-using-f-string`` checker (#4796) | Daniël van Noord | 2021-08-30 | 1 | -86/+58 |
* | Bump pylint to 2.10.2-dev0, update changelog | Ashley Whetter | 2021-08-20 | 1 | -1/+1 |
* | Bump pylint to 2.10.1, update changelogv2.10.1 | Ashley Whetter | 2021-08-20 | 1 | -1/+1 |
* | Bump pylint to 2.10.0, update changelogv2.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 changelogv2.9.4 | Pierre Sassoulas | 2021-07-20 | 1 | -1/+1 |
* | Bump pylint to 2.9.3, update changelogv2.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 metav2.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 |