There was an error while loading. Please reload this page.
1 parent 6d4487e commit addc704Copy full SHA for addc704
1 file changed
pre_commit/languages/docker.py
@@ -69,7 +69,7 @@ def install_environment(
69
)
70
71
# Docker doesn't really have relevant disk environment, but pre-commit
72
- # still needs to cleanup it's state files on failure
+ # still needs to cleanup its state files on failure
73
with clean_path_on_failure(directory):
74
build_docker_image(prefix, pull=True)
75
os.mkdir(directory)
0 commit comments