The devcontainer's postCreateCommand in .devcontainer/devcontainer.json (line 44) disables pre-commit installation with a comment referencing #3709:
Issue #3709 has been closed. It may be worth investigating whether pre-commit can be re-enabled in the devcontainer setup, or if the comment should be updated to reflect the current reason for keeping it disabled.
Found during nightly code survey of .devcontainer/devcontainer.json.
The devcontainer's
postCreateCommandin.devcontainer/devcontainer.json(line 44) disables pre-commit installation with a comment referencing #3709:Issue #3709 has been closed. It may be worth investigating whether pre-commit can be re-enabled in the devcontainer setup, or if the comment should be updated to reflect the current reason for keeping it disabled.
Found during nightly code survey of
.devcontainer/devcontainer.json.