Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PyCQA migration] Upgrade links to the repositories in code and doc (#8514) | Pierre Sassoulas | 2023-03-29 | 1 | -2/+2 |
| | |||||
* | Finish unfinished typing in non core directories (#7443) | Daniël van Noord | 2022-09-09 | 1 | -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 Walls | 2022-05-31 | 1 | -0/+11 |
| | | | | function (#6767) | ||||
* | Add a pre-commit hook to check the copyright notice | Pierre Sassoulas | 2022-03-24 | 1 | -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 notice | Pierre Sassoulas | 2022-03-24 | 1 | -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 Noord | 2022-02-10 | 1 | -1/+1 |
| | |||||
* | Remove the ``check_docs`` extension and remove any references to it (#5730) | Daniël van Noord | 2022-01-27 | 1 | -3/+1 |
| | |||||
* | Enable missing-raises-doc to understand class hierarchies (#5278) | kasium | 2021-12-15 | 1 | -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.0 | Pierre Sassoulas | 2021-09-16 | 1 | -0/+1 |
| | |||||
* | Add typing with `PyAnnotate` to `./tests` (#4950) | Daniël van Noord | 2021-09-04 | 1 | -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.3 | Pierre Sassoulas | 2021-07-01 | 1 | -0/+1 |
| | |||||
* | Fix copyright links (#4647) | Marc Mueller | 2021-07-01 | 1 | -1/+1 |
| | | | | * Fix link in license header * Update link to astroid bump_changelog | ||||
* | Rename copying to license and upgrade the setup.cfg (#4338) | Pierre Sassoulas | 2021-04-11 | 1 | -1/+1 |
| | |||||
* | Update copyright notice with copyrite | Pierre Sassoulas | 2021-02-28 | 1 | -1/+1 |
| | |||||
* | Apply copyrite --contribution-threshold | Pierre Sassoulas | 2021-02-21 | 1 | -0/+1 |
| | |||||
* | Sets up copyright | hippo91 | 2020-08-20 | 1 | -1/+2 |
| | |||||
* | Switch to isort 5 for pylint's own code | Damien Baty | 2020-08-18 | 1 | -1/+1 |
| | |||||
* | Add missing copyright annotations for the past releases | Claudiu Popa | 2020-04-27 | 1 | -2/+4 |
| | |||||
* | Remove redundant compatibility code (#3097) | Hugo van Kemenade | 2019-09-12 | 1 | -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 file | Pierre Sassoulas | 2019-07-22 | 1 | -36/+72 |
| | |||||
* | Stopped installing tests with package | Ashley Whetter | 2019-06-20 | 1 | -0/+111 |