Open Avasam opened 4 days ago
Whilst trying to type setuptools/distutils' Distribution.script_args and the script_args arg of setup for https://github.com/python/typeshed/issues/12595, I noticed that this argument could be made more flexible as to allow any sequence.
Distribution.script_args
script_args
setup
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉
Whilst trying to type setuptools/distutils'
Distribution.script_args
and thescript_args
arg ofsetup
for https://github.com/python/typeshed/issues/12595, I noticed that this argument could be made more flexible as to allow any sequence.