Skip to content

Commit 4cc0e6b

Browse files
committed
chore(devcontainer): revert to installing pre-commit hook types
1 parent ad3fbd0 commit 4cc0e6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
},
2121
"postCreateCommand": {
22-
"pre-commit": "pre-commit install --install-hooks",
22+
"pre-commit": "pre-commit install --hook-type commit-msg --hook-type pre-commit --hook-type pre-push",
2323
"dev-requirements": "python2 -m pip install --requirement requirements.txt"
2424
}
2525
}

0 commit comments

Comments
 (0)