-
-
Notifications
You must be signed in to change notification settings - Fork 386
Issues: python-attrs/attrs
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
typing.get_type_hints
cannot resolve forward references in cls.__init__
annotations
Typing
#1021
opened Sep 5, 2022 by
mwchase
Mixed inheritance between slotted and non slotted classes leads to issues with parallelisation.
Documentation
Thinking
Needs more braining.
#1020
opened Aug 23, 2022 by
jakobwes
Abstract property can't be found by mixins when property is a
attr.ib
#1000
opened Aug 10, 2022 by
OneRaynyDay
Use of Typing/stub/Mypy/PyRight related bugs.
AttrsInstance
protocol is incompatible with type checkers other than mypy
Typing
#996
opened Aug 8, 2022 by
layday
Suggestion: Overriding class-level
kw_only=True
option in attributes
Feature
#980
opened Jul 9, 2022 by
huzecong
Suggestion: When eq=Callable, make __hash__ use the return value of the callable.
Feature
#975
opened Jun 28, 2022 by
jerub
Inherit annotation type from base class that defines new default value
#946
opened Apr 4, 2022 by
R0ll1ngSt0ne
Allow custom hashing function in Needs more braining.
_make_hash
Feature
Thinking
#926
opened Mar 4, 2022 by
OneRaynyDay
Mypy error "Cannot determine __init__ type from converter" when using type checking, overloads and converters
Typing
Typing/stub/Mypy/PyRight related bugs.
#897
opened Dec 29, 2021 by
dmaasland
mypy returns "Incompatible types in assignment" with on_setattr=setters.convert
Typing
Typing/stub/Mypy/PyRight related bugs.
#889
opened Dec 16, 2021 by
anthrotype
Question:
make_class
equivalent of the "new API" - defining fields using type annotations
Feature
#869
opened Nov 21, 2021 by
burnpanck
asdict filter exclude list matches on name instead of attribute
Bug
#864
opened Nov 12, 2021 by
henrycjc
Provide a builtin validator that takes a boolean function.
Feature
#832
opened Jul 13, 2021 by
tomprince
Typing of Typing/stub/Mypy/PyRight related bugs.
optional
validator fails
Bug
Typing
#799
opened May 4, 2021 by
chrisjsewell
pyright support via dataclass transforms
Feature
Typing
Typing/stub/Mypy/PyRight related bugs.
#795
opened Apr 23, 2021 by
asford
Type annotation for attr.ib wrappers functions
Bug
Typing
Typing/stub/Mypy/PyRight related bugs.
#779
opened Mar 11, 2021 by
williamjamir
[RFC] A shortcut to define a classvar with the same name as an attribute
Feature
#746
opened Jan 7, 2021 by
Drino
Missing recursion detection in attr.asdict
Thinking
Needs more braining.
#740
opened Dec 22, 2020 by
wimglenn
ProTip!
Exclude everything labeled
bug
with -label:bug.