Files
Matthew Gamble bc1f09b3e4 Support kwargs model config in Mypy plugin (#4912)
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>
2023-01-13 13:54:26 +00:00

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]