ParamSpec
accepts multiple copies of *args
and **kwargs
#18035
Labels
ParamSpec
accepts multiple copies of *args
and **kwargs
#18035
Bug Report
ParamSpec
checker does not enforce that*args
or**kwargs
are only provided once.The following code (or playground) should not check:
To Reproduce
Expected Behavior
Should produce errors for both
func
calls.Actual Behavior
Green output: 0 errors.
Your Environment
--strict
or without itmypy.ini
(and other config files): N/AThe text was updated successfully, but these errors were encountered: