Skip to content
Open
Changes from 1 commit
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
Prev Previous commit
tabs (again)
  • Loading branch information
AA-Turner committed Jul 26, 2024
commit 9b7f8e5270869f30dd9375327f7ff3b46a0af649
2 changes: 1 addition & 1 deletion Makefile.pre.in
Original file line number Diff line number Diff line change
Expand Up @@ -3120,7 +3120,7 @@ pre-commit-venv:
.venv-pre-commit/bin/python3 -m pip install --upgrade pip; \
.venv-pre-commit/bin/python3 -m pip install pre-commit; \
fi; \
echo "The venv has been created in the .venv-pre-commit directory"; \
echo "The venv has been created in the .venv-pre-commit directory"; \
fi

# Run CPython's static analysis, verification, and style checks.
Expand Down
Loading