You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support large numbers of input files to Pyright. (#22901)
Pyright can read input file paths from stdin. This helps
avoid exceeding the max command line length.
This change uses this feature when possible, to support
large numbers of input files.
Fixes#22779
Copy file name to clipboardExpand all lines: docs/notes/2.31.x.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,8 @@ The Python Build Standalone backend (`pants.backend.python.providers.experimenta
49
49
50
50
The default interpreter constraints for tools have been standardized to require Python from 3.9 to 3.14. The default lockfiles have been generated to match. No top-level subsystem tools were updated, but several tool dependencies were. The most notable being `protobuf` updated from 6.33.0 to [6.33.1](https://pypi.org/project/protobuf/6.33.1/).
51
51
52
+
Pyright support has been improved so that a large number of input files no longer causes an error.
0 commit comments