Skip to content
Merged

grammar #1201

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pre_commit/languages/docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def install_environment(
)

# Docker doesn't really have relevant disk environment, but pre-commit
# still needs to cleanup it's state files on failure
# still needs to cleanup its state files on failure
with clean_path_on_failure(directory):
build_docker_image(prefix, pull=True)
os.mkdir(directory)
Expand Down