summaryrefslogtreecommitdiff
path: root/tests/extensions/test_check_docs_utils.py
Commit message (Collapse)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
|
* Finish unfinished typing in non core directories (#7443)Daniël van Noord2022-09-091-1/+5
| | | | | | | | * Add typing to setup calls in documentation folder * Finish some incomplete typing signatures in script * Add typing to unfinished signatures in the tests directory
* Fix a crash in the ``docparams`` extension when raising the result of a ↵Jacob Walls2022-05-311-0/+11
| | | | function (#6767)
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
| | | | | Fix the existing file so they have a notice. No header for setup.py or examples or doc
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-11/+1
| | | | | | git is the source of truth for the copyright, copyrite (the tool) was taking exponentially longer with each release, and it's polluting the code with sometime as much as 50 lines of names.
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-1/+1
|
* Remove the ``check_docs`` extension and remove any references to it (#5730)Daniël van Noord2022-01-271-3/+1
|
* Enable missing-raises-doc to understand class hierarchies (#5278)kasium2021-12-151-2/+4
| | | | | | | | | | | | | Before, missing-raises-doc could not understand class hierarchies but just compared names. So, when a method documented a raise of a parent class, but a child exception was raised, the check failed. With this change, if the name compare doesn't help, the exception class hierarchy is checked. For that, possible_exc_types was changed to return classes instead of names Resolved #4955 Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* Bump pylint to 2.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-161-0/+1
|
* Add typing with `PyAnnotate` to `./tests` (#4950)Daniël van Noord2021-09-041-1/+1
| | | | | | * Add mypy_extensions to requirement for ``NoReturn`` Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Bump pylint to 2.9.3, update changelogv2.9.3Pierre Sassoulas2021-07-011-0/+1
|
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
| | | | * Fix link in license header * Update link to astroid bump_changelog
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
|
* Update copyright notice with copyritePierre Sassoulas2021-02-281-1/+1
|
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-0/+1
|
* Sets up copyrighthippo912020-08-201-1/+2
|
* Switch to isort 5 for pylint's own codeDamien Baty2020-08-181-1/+1
|
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-2/+4
|
* Remove redundant compatibility code (#3097)Hugo van Kemenade2019-09-121-2/+0
| | | | We no longer support Python 2 so we can remove the compatibility code we had in place for that version.
* [black style] Apply black style on unformatted python filePierre Sassoulas2019-07-221-36/+72
|
* Stopped installing tests with packageAshley Whetter2019-06-201-0/+111