We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc736d6 commit 1610eb9Copy full SHA for 1610eb9
CHANGES
@@ -97,10 +97,10 @@ $ pip install --user --upgrade --pre libvcs
97
- Basic mypy tests now pass
98
- Type annotations added, including improved typings for:
99
100
- - {meth}`libvcs._internal.subprocess.SubprocessCommand.run`
+ - {func}`libvcs._internal.run.run`
101
- {meth}`libvcs._internal.subprocess.SubprocessCommand.Popen`
102
- {meth}`libvcs._internal.subprocess.SubprocessCommand.check_output`
103
- - {meth}`libvcs._internal.subprocess.run.run`
+ - {meth}`libvcs._internal.subprocess.SubprocessCommand.run`
104
105
- `make mypy` and `make watch_mypy`
106
- Automatic checking on CI
0 commit comments