Commit 0b885cd
committed
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-161 parent 44c00cd commit 0b885cd
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
493 | 493 | | |
494 | 494 | | |
495 | 495 | | |
496 | | - | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
497 | 500 | | |
498 | 501 | | |
499 | 502 | | |
| |||
0 commit comments