Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support of sharing message in multiple checkers. Fix DeprecatedChecker ex... | Matus Valo | 2022-06-16 | 1 | -2/+8 |
* | Remove ``IAstroidChecker`` from ``__implements__`` | Daniël van Noord | 2022-04-19 | 1 | -2/+0 |
* | Add some manual typing changes (#6325) | Daniël van Noord | 2022-04-14 | 1 | -6/+7 |
* | Format docstrings with ``pydocstringformatter`` | Daniël van Noord | 2022-01-02 | 1 | -2/+1 |
* | Add typing and uniformize the checker registering in Pylinter (#5558) | Pierre Sassoulas | 2021-12-27 | 1 | -7/+5 |
* | Typing changes + disable unused pylint plugin for pre-commit (#4205) | Marc Mueller | 2021-03-07 | 1 | -3/+5 |
* | Add typing that were lacking following refactor | Pierre Sassoulas | 2021-03-07 | 1 | -3/+3 |
* | Introduced deprecated attributes | Matus Valo | 2021-03-06 | 1 | -23/+39 |
* | DeprecatedMixin: Fix typos and order of base classes in test | Matus Valo | 2021-02-21 | 1 | -2/+2 |
* | Move message definition to the DeprecatedMixin class | Matus Valo | 2021-02-21 | 1 | -14/+6 |
* | Added example of deprecation checker | Matus Valo | 2021-02-21 | 1 | -0/+89 |