-
Notifications
You must be signed in to change notification settings - Fork 278
Issues: google/pytype
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
typeshed/stubs/paho-mqtt/paho/mqtt/client.pyi
does not include properties added in v2.1.0
#1812
opened Oct 16, 2024 by
martinherrerias
PyType cannot handle type annotations of TypeAliasType (it's treated as callable)
#1775
opened Sep 19, 2024 by
wyattscarpenter
"No Buffer in module typing, referenced from 'inferred + unknowns'" when importing from typing_extensions
#1772
opened Sep 17, 2024 by
mharbison72
Spurious pass when Sequence[int | None] passed to behavior requiring Iterable[not-None]
bug
cat: control flow
control flow analysis
#1766
opened Sep 14, 2024 by
nathanielmanistaatgoogle
Feature request: Support literal tuple syntax for Final tuple in stubs
#1741
opened Aug 17, 2024 by
Avasam
Unsuported operands reported for type union operator despite future import
#1619
opened Apr 23, 2024 by
NeilGirdhar
pytype fails on files with names that have spaces in them
#1618
opened Apr 22, 2024 by
wyattscarpenter
Support PEP 696 - Type Defaults for Type Parameters
cat: generics
Generic, TypeVar, containers
enhancement
#1597
opened Mar 11, 2024 by
rchen152
false positive attribute error with dataclasses and metaclasses
bug
cat: control flow
control flow analysis
#1594
opened Feb 28, 2024 by
crazystick
[PY3.11 | Pytype 2024.02.13] Pattern matching fail when not specifying all enum values
bug
cat: control flow
control flow analysis
#1591
opened Feb 23, 2024 by
albertocalderari
Documentation: How can I make pytype notice .pyi stub files without merge-pyi-ing them?
bug
cat: infrastructure
supported platforms, dependency detection, etc.
#1590
opened Feb 21, 2024 by
Byvire
An asynccontextmanager method breaks __init__ inference for attrs classes
bug
cat: stubs and 3p
type stubs and third-party types
#1586
opened Feb 14, 2024 by
gmacon
pytype of a larger but not huge standalone script xen-bugtool never finishes
bug
cat: control flow
control flow analysis
#1577
opened Feb 7, 2024 by
bernhardkaindl
Feature request: warn when pytype-single would have failed
cat: infrastructure
supported platforms, dependency detection, etc.
enhancement
#1572
opened Jan 25, 2024 by
gmacon
Support PEP 692 – Using TypedDict for more precise **kwargs typing
cat: callables
functions and decorators
enhancement
#1558
opened Jan 3, 2024 by
rchen152
PyType permits usage of two different types for one TypeVar.
bug
cat: generics
Generic, TypeVar, containers
#1557
opened Dec 28, 2023 by
Frang84
Support PEP 681 – Data Class Transforms
cat: callables
functions and decorators
enhancement
#1553
opened Dec 14, 2023 by
yilei
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.