Skip to content

Commit 08fa5ff

Browse files
committed
make a change to trigger the language tests
1 parent 9655158 commit 08fa5ff

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pre_commit/lang_base.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,7 @@ def install_environment(
4343
...
4444

4545
# modify the environment for hook execution
46-
def in_env(
47-
self,
48-
prefix: Prefix,
49-
version: str,
50-
) -> ContextManager[None]:
51-
...
46+
def in_env(self, prefix: Prefix, version: str) -> ContextManager[None]: ...
5247

5348
# execute a hook and return the exit code and output
5449
def run_hook(

0 commit comments

Comments
 (0)