Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow annotated assign with attrs | Tomas Novak | 2019-09-26 | 1 | -2/+8 |
* | Fix typo in description for brain_attrs (#638) | Bianca Power | 2019-01-20 | 1 | -1/+1 |
* | Extend detection of classes defined with attr | Tomas Gavenciak | 2018-12-12 | 1 | -5/+4 |
* | Initial formatting of astroid | Claudiu Popa | 2018-10-02 | 1 | -6/+6 |
* | kill aliases scheduled for removal | Claudiu Popa | 2018-05-24 | 1 | -1/+1 |
* | Skip non-attrs specific attributes | Claudiu Popa | 2018-05-07 | 1 | -0/+2 |
* | Fix parent reference in transform (incorrectly referred to body as parent) | Bryce Guinta | 2018-02-21 | 1 | -1/+1 |
* | Add attrs special attribute to prevent false positve in pylint | Bryce Guinta | 2018-02-20 | 1 | -0/+4 |
* | handle case of "attr" decorators with arguments | Ahmed Azzaoui | 2018-01-18 | 1 | -0/+2 |
* | Only mock attr.ib attributes | Claudiu Popa | 2017-12-15 | 1 | -0/+7 |
* | Make attr.ib attributes instances of Unknown, not of Attribute | Claudiu Popa | 2017-12-15 | 1 | -1/+6 |
* | Add transform for attr library to fix unsupported-assignment-operation false ... | Bryce Guinta | 2017-12-11 | 1 | -0/+40 |