summaryrefslogtreecommitdiff
path: root/astroid/brain/brain_attrs.py
Commit message (Expand)AuthorAgeFilesLines
* Allow annotated assign with attrsTomas Novak2019-09-261-2/+8
* Fix typo in description for brain_attrs (#638)Bianca Power2019-01-201-1/+1
* Extend detection of classes defined with attrTomas Gavenciak2018-12-121-5/+4
* Initial formatting of astroidClaudiu Popa2018-10-021-6/+6
* kill aliases scheduled for removalClaudiu Popa2018-05-241-1/+1
* Skip non-attrs specific attributesClaudiu Popa2018-05-071-0/+2
* Fix parent reference in transform (incorrectly referred to body as parent)Bryce Guinta2018-02-211-1/+1
* Add attrs special attribute to prevent false positve in pylintBryce Guinta2018-02-201-0/+4
* handle case of "attr" decorators with argumentsAhmed Azzaoui2018-01-181-0/+2
* Only mock attr.ib attributesClaudiu Popa2017-12-151-0/+7
* Make attr.ib attributes instances of Unknown, not of AttributeClaudiu Popa2017-12-151-1/+6
* Add transform for attr library to fix unsupported-assignment-operation false ...Bryce Guinta2017-12-111-0/+40