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 |
| | |||||
* | Use UninferableBase instead of Uninferable | Daniel van Noord | 2023-03-07 | 1 | -2/+2 |
| | |||||
* | add test for Uninferable | clavedeluna | 2023-01-24 | 1 | -3/+0 |
| | |||||
* | [pre-commit] Upgrade to black 23.1a1 with 2023's formatting (#7965) | Pierre Sassoulas | 2022-12-27 | 1 | -1/+0 |
| | |||||
* | [typing] Add typing to the class checkers (#7190) | Pierre Sassoulas | 2022-08-10 | 1 | -30/+50 |
| | | | | Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com> | ||||
* | Update all ``TODO: 2.14`` (#6573) | Daniël van Noord | 2022-05-10 | 1 | -1/+0 |
| | |||||
* | Disable fixme for internal uses before we make it optional in #3512 (#6482) | Pierre Sassoulas | 2022-05-01 | 1 | -1/+0 |
| | |||||
* | Fix emit might be undefined in special method checker | Pierre Sassoulas | 2022-04-22 | 1 | -0/+1 |
| | |||||
* | Migrate from utils.check_messages to utils.only_required_for_messages (#6432) | Pierre Sassoulas | 2022-04-22 | 1 | -2/+2 |
| | |||||
* | Remove ``IAstroidChecker`` from ``__implements__`` | Daniël van Noord | 2022-04-19 | 1 | -2/+0 |
| | |||||
* | Add classifications to TODOs across codebase | Daniël van Noord | 2022-04-14 | 1 | -1/+1 |
| | |||||
* | Remove the concept of checker priority (#6034) | Daniël van Noord | 2022-04-01 | 1 | -1/+0 |
| | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | 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 | -0/+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. | ||||
* | Handle ``ComprehensionScope`` and their behaviour better (#5923) | Daniël van Noord | 2022-03-15 | 1 | -0/+5 |
| | |||||
* | Update ``pydocstringformatter`` to 0.4.0 (#5787) | Daniël van Noord | 2022-02-10 | 1 | -1/+1 |
| | |||||
* | Format docstrings with ``pydocstringformatter`` | Daniël van Noord | 2022-01-02 | 1 | -2/+1 |
| | |||||
* | Fix some typoes before adding typing for checker registering | Pierre Sassoulas | 2021-12-20 | 1 | -1/+1 |
| | |||||
* | [refactor] Create a file for the SpecialMethodsChecker in pylint.classes | Pierre Sassoulas | 2021-12-17 | 1 | -0/+386 |