bauerji / flask-pydantic

flask extension for integration with the awesome pydantic package
MIT License
368 stars 58 forks source link

Pyright error report #26

Closed buildpeak closed 3 years ago

buildpeak commented 3 years ago

if the validate decorator decorates a function that has multiple arguments, then PyRight will report a reportGeneralTypeIssues like the picture attached:

image