You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: update to mypy 1.16.0 and resolve issues found
There was an error in the type-hints that was detected when updating
to mypy 1.16.0
The error was:
$ mypy
gitlab/v4/cli.py:411: error: Argument 1 to "cls_to_gitlab_resource" has incompatible type "type[Any]"; expected "RESTObject" [arg-type]
Found 1 error in 1 file (checked 246 source files)
0 commit comments