issues
search
google
/
pytype
A static type analyzer for Python code
https://google.github.io/pytype
Other
4.78k
stars
280
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Make pytd printer resilient to `visitors.RemoveNamePrefix()`
#1796
copybara-service[bot]
closed
1 month ago
0
Construct the `TypeshedLoader` lazily
#1795
copybara-service[bot]
closed
1 month ago
0
Print union types with the pipe syntax
#1794
copybara-service[bot]
opened
1 month ago
0
Update required version for typing-extensions.
#1793
phst
opened
1 month ago
0
CI (wheels): Use flex and bison from the distro
#1792
copybara-service[bot]
closed
1 month ago
0
Modernize code style
#1791
copybara-service[bot]
closed
1 month ago
0
Upgrade code style to use modern type annotations with union syntax
#1790
copybara-service[bot]
closed
1 month ago
0
Add a transformer that removes annotation of trivial types such as built-in and literal types.
#1789
copybara-service[bot]
closed
1 month ago
0
Merge type hints to Python files from my typings folder?
#1788
zarif98
opened
2 months ago
7
Fix type error in rewrite/frame_test.py
#1787
copybara-service[bot]
closed
2 months ago
0
Sort blocks by line number of the first opcode
#1786
copybara-service[bot]
opened
2 months ago
0
Add type annotations for blocks
#1785
copybara-service[bot]
closed
2 months ago
0
Make merge_pyi not to overwrite existing type annotations. When we assume that the existing type annotations are correct, we should totally not overwrite it as the same thing can be named in different ways depending on how you import it. But it's not a good idea to change the way how the users have written the import already.
#1784
copybara-service[bot]
closed
2 months ago
0
Pin versions of all dependencies for CI
#1783
copybara-service[bot]
closed
2 months ago
0
Fix type guards propagating invisibile bindings
#1782
copybara-service[bot]
closed
1 month ago
0
Internal change
#1781
copybara-service[bot]
closed
2 months ago
0
Disable new check added in pylint 3.3.0 `too-many-positional-arguments`
#1780
copybara-service[bot]
closed
2 months ago
0
Change return types of AsyncGenerator's methods to coroutines. This brings pytype's definition in line with the definition on typeshed and reflects the fact that asynchronous generators defined using the `async def`/`yield` syntax have methods returning coroutines rather than just arbitrary awaitables.
#1779
copybara-service[bot]
closed
2 months ago
0
Ran pyupgrade on pytype source
#1778
copybara-service[bot]
closed
1 month ago
0
Document behaviour change for `foo and 1 or 2` in 3.12
#1777
copybara-service[bot]
closed
2 months ago
0
Stop saving absolute paths in the pytd loader
#1776
copybara-service[bot]
closed
2 months ago
0
PyType cannot handle type annotations of TypeAliasType (it's treated as callable)
#1775
wyattscarpenter
opened
2 months ago
1
Unpin dependency on networkx
#1774
copybara-service[bot]
closed
2 months ago
0
CI: Parallelize the test jobs into shards
#1773
copybara-service[bot]
closed
2 months ago
0
"No Buffer in module typing, referenced from 'inferred + unknowns'" when importing from typing_extensions
#1772
mharbison72
opened
2 months ago
0
Internal change
#1771
copybara-service[bot]
closed
2 months ago
0
CI: Write out each step explicitly, drop build_scripts/ci_script.py
#1770
copybara-service[bot]
closed
2 months ago
0
Emit all unused/duplicate files with --unused_imports_info_files option
#1769
copybara-service[bot]
closed
2 months ago
0
use jobs with pylint, speeding it up
#1768
wyattscarpenter
closed
2 months ago
3
Ensure python 3.12 support for pylint by requiring pylint >=3.0.0
#1767
wyattscarpenter
closed
2 months ago
1
Spurious pass when Sequence[int | None] passed to behavior requiring Iterable[not-None]
#1766
nathanielmanistaatgoogle
opened
2 months ago
2
Bump version to 2024.09.13
#1765
copybara-service[bot]
closed
2 months ago
0
Add `anext()` support to CHANGELOG for next version
#1764
copybara-service[bot]
closed
2 months ago
0
Temporarily remove version from latest changelog entry
#1763
copybara-service[bot]
closed
2 months ago
0
Update readme from 3.11 to 3.12; remove old roadmap
#1762
copybara-service[bot]
closed
2 months ago
0
Only expose type definition of aiter in Python 3.10 and above
#1761
copybara-service[bot]
closed
2 months ago
0
Add type definition for anext
#1760
copybara-service[bot]
closed
2 months ago
0
Make build/test runs faster by passing in `ninja -j 8` to make x8 parallelism if available.
#1759
copybara-service[bot]
closed
2 months ago
0
Bump version to 2024.09.11 and add changelog
#1758
copybara-service[bot]
closed
2 months ago
0
CI: Print shell commands in more cases for posterity
#1757
copybara-service[bot]
closed
2 months ago
0
Fix tests on Windows, enable Windows CI
#1756
copybara-service[bot]
closed
2 months ago
0
Dropped support for Python 3.8 and 3.9
#1755
copybara-service[bot]
closed
2 months ago
1
Fix type errors newly discovered with Python 3.12
#1754
copybara-service[bot]
closed
2 months ago
0
Get rid of the test `pytype_extensions.test_pytype_extensions` being run separately.
#1753
copybara-service[bot]
closed
2 months ago
0
Internal change
#1752
copybara-service[bot]
closed
2 months ago
0
Internal change
#1751
copybara-service[bot]
closed
2 months ago
0
Add a hack to make it easier to debug pytype's cpp side.
#1750
copybara-service[bot]
closed
2 months ago
0
Fix path tests when running in a symlinked directory, enable Mac CI
#1749
copybara-service[bot]
closed
2 months ago
0
Remove dead code cfg.py from pytype and the tests.
#1748
copybara-service[bot]
closed
2 months ago
0
Add type definition for aiter
#1747
copybara-service[bot]
closed
2 months ago
0
Previous
Next