mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-20 14:50:57 +00:00
bc1f09b3e4
Previously, the Mypy plugin only supported drawing settings from a Config class. Now, it fully supports drawing settings from class kwargs too. Co-authored-by: Matthew Gamble <matthew.gamble@rea-group.com>
4 lines
235 B
Plaintext
4 lines
235 B
Plaintext
148: error: Unexpected keyword argument "name" for "AddProject" [call-arg]
|
|
148: error: Unexpected keyword argument "slug" for "AddProject" [call-arg]
|
|
148: error: Unexpected keyword argument "description" for "AddProject" [call-arg]
|