Commit 06a566b
authored
stubgen: Add flagfile support (#18061)
## Description
This is already supported by main `mypy` binary and `dmypy` but not by
`stubgen`.
## Context
I maintain https://github.com/KapJI/homeassistant-stubs which
automatically generates typing stubs. Currently list of arguments there
is 50 KB long and this can be longer that supported by OS (depending on
configuration). It'd help to write these args to flagfile.1 parent 5313497 commit 06a566b
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1793 | 1793 | | |
1794 | 1794 | | |
1795 | 1795 | | |
1796 | | - | |
| 1796 | + | |
| 1797 | + | |
| 1798 | + | |
1797 | 1799 | | |
1798 | 1800 | | |
1799 | 1801 | | |
| |||
0 commit comments