Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 6d4487e + addc704 commit 0fd4a2eCopy full SHA for 0fd4a2e
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