-
-
Notifications
You must be signed in to change notification settings - Fork 382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Evolve and docs. #135
Evolve and docs. #135
Conversation
Fix attr imports. Fix flake8.
Current coverage is 100% (diff: 100%)@@ master #135 diff @@
====================================
Files 8 8
Lines 504 522 +18
Methods 0 0
Messages 0 0
Branches 110 114 +4
====================================
+ Hits 504 522 +18
Misses 0 0
Partials 0 0
|
e4ef703
to
e4589a3
Compare
:raise attr.exceptions.AttrsAttributeNotFoundError: If *attr_name* couldn't | ||
be found on *cls*. | ||
:raise attr.exceptions.NotAnAttrsClassError: If *cls* is not an ``attrs`` | ||
class. |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
@@ -8,6 +8,15 @@ The third digit is only for regressions. | |||
16.4.0 (UNRELEASED) |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Sure thing, the changes will be done tonight. |
Done! |
Awesome, thanks! |
✨