summaryrefslogtreecommitdiff
path: root/examples/custom.py
Commit message (Expand)AuthorAgeFilesLines
* [typing] Use __future__ annotations where possible (#8264)Pierre Sassoulas2023-02-121-1/+3
* Don't use 'self.config' in examples since it's deprecated (#8227)jessebrennan2023-02-071-1/+1
* [spelling] Remove remaining typoes detected by the spelling checkerPierre Sassoulas2022-04-261-1/+1
* [spelling] Fix all ie / eg => i.e. / e.g.Pierre Sassoulas2022-04-261-1/+1
* Remove ``IAstroidChecker`` from ``__implements__``Daniël van Noord2022-04-191-5/+0
* Remove the concept of checker priority (#6034)Daniël van Noord2022-04-011-2/+0
* Add ``future=True`` to all ``NodeNG.frame`` calls (#5621)Daniël van Noord2022-01-101-1/+1
* Format docstrings with ``pydocstringformatter``Daniël van Noord2022-01-021-1/+2
* Add typing and uniformize the checker registering in Pylinter (#5558)Pierre Sassoulas2021-12-271-4/+8
* Fix some typoes before adding typing for checker registeringPierre Sassoulas2021-12-201-7/+3
* Use alias for astroid.nodes 01 (#4855)Marc Mueller2021-08-171-6/+5
* Style - Re-Apply black following the isort cleanupPierre Sassoulas2019-03-201-14/+18
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-1/+1
* Expanded documentation for new contributors (#1569)Ashley Whetter2017-07-121-13/+43
* Remove mentions of deprecated astroid node names (#1485)Łukasz Rogalski2017-05-221-3/+3
* Add a message in the example checker, since the message is needed.Claudiu Popa2016-08-141-1/+5
* astng has been renamed astroidDavid Douard2013-06-171-8/+8
* update custom checker in example/custom.pyEmile Anclin2010-03-221-9/+7
* forget the past.root2006-04-261-0/+38