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
py(lint[svn_remote_repo_single_commit_post_init]) Fix typings for mypy 1.16
Run uv run mypy .
src/libvcs/pytest_plugin.py:819: error: Argument "remote_repo_post_init" to "__call__" of "CreateRepoPytestFixtureFn" has incompatible type "Callable[[Path], None]"; expected "CreateRepoPostInitFn | None" [arg-type]
Found 1 error in 1 file (checked 51 source files)
See also: https://mypy.readthedocs.io/en/stable/changelog.html#mypy-1-16
0 commit comments