-
Notifications
You must be signed in to change notification settings - Fork 114
Issues: agronholm/typeguard
Type checking on generic only checks first value entry in dat...
#418
by teddius
was closed Mar 23, 2024
Closed
3
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
It seems like
@typechecked
decorator doesn't work with the new syntax for generics.
bug
#500
opened Nov 7, 2024 by
Parki0
2 tasks done
Class is not compatible with protocol because it has no attribute named ...
bug
#499
opened Nov 3, 2024 by
bersbersbers
2 tasks done
typing.Literal
can not be correctly checked against if it was imported via wildcard import
bug
#489
opened Sep 21, 2024 by
xiaosiyu0603
2 tasks done
There should be an option to process TYPE_CHECKING
enhancement
#484
opened Sep 8, 2024 by
jolaf
1 task done
@typeguard on a test breaks pytest assertion rewriting
bug
#477
opened Aug 22, 2024 by
adamtheturtle
2 tasks done
*args
with forward ref not working with pytest
bug
#474
opened Jul 19, 2024 by
manulera
2 tasks done
Using typecheck decorator slows module import dramatically
enhancement
#468
opened Jun 20, 2024 by
alonme
1 task done
Enable typecheck_fail_callback to return a value
enhancement
#458
opened Apr 28, 2024 by
decision-dev
1 task done
Extend
TYPE_CHECKING
handling to classes and assignments
bug
#456
opened Apr 25, 2024 by
bersbersbers
2 tasks done
Bring back
argname
or help to figure out the way to do the same.
enhancement
#438
opened Feb 14, 2024 by
rtb-zla-karma
1 task done
Get back
check_argument_types
and check_return_type
enhancement
#437
opened Feb 14, 2024 by
albertz
1 task done
from __future__ import annotations ignored by typeguard
bug
#426
opened Dec 22, 2023 by
MyKo101
2 tasks done
typechecked
in a Jupyter notebook / IPython always triggers TypeError: <module '__main__'> is a built-in module
bug
#364
opened May 28, 2023 by
s-m-e
2 tasks done
Emit a warning when instrumentation encounters a type it cannot check
enhancement
#347
opened Apr 26, 2023 by
agronholm
1 task done
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.