summaryrefslogtreecommitdiff
path: root/pylint/checkers/ellipsis_checker.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* Migrate from 'check_messages' to 'only_required_for_messages' (#6417)Pierre Sassoulas2022-04-211-2/+2
* Remove ``IAstroidChecker`` from ``__implements__``Daniël van Noord2022-04-191-2/+0
* Use ``python-typing-update`` on ``pylint/checkers`` directoryDaniël van Noord2022-04-141-1/+4
* Narrow the scope of the ``unnecessary-ellipsis`` checker (#6081)Mark Byrne2022-04-011-13/+3
* Fix false positive for the ``unnecessary-ellipsis`` checker (#6039)Mark Byrne2022-03-301-0/+1
* Fix crash for ``unneccessary-ellipsis`` checker (#6038)Mark Byrne2022-03-301-1/+7
* `unnecessary-ellipsis` false positive: allow ellipsis as default argument (#6...Joe Young2022-03-281-1/+4
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-0/+4
* Remove uses of ``NodeNG.doc`` in favour of ``doc_node``Daniël van Noord2022-03-151-1/+1
* Upgrade ``pydocstringformatter`` to ``0.5.0`` (#5910)Daniël van Noord2022-03-131-1/+2
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-1/+1
* Format docstrings with ``pydocstringformatter``Daniël van Noord2022-01-021-2/+1
* Add typing and uniformize the checker registering in Pylinter (#5558)Pierre Sassoulas2021-12-271-3/+6
* New checker - Detect use of unnecessary ellipsis (#5470)Mark Byrne2021-12-131-0/+50