Skip to content

Commit 9bb0087

Browse files
authored
Merge pull request #1269 from pytorch/internal_workspace_workflow
Internal workspace workflow
2 parents 298c3a3 + afaa3ef commit 9bb0087

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

.gitmodules

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[submodule "toolchains/nv_workspaces"]
2+
path = toolchains/nv_workspaces
3+
url = ssh://[email protected]:12051/torch-tensorrt/WORKSPACES.git
4+
branch = master
5+
ignore = dirty

.pre-commit-config.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,13 @@ repos:
2727
- id: buildifier
2828
args:
2929
- --warnings=all
30-
- id: buildifier-lint
30+
- id: buildifier-lint
31+
- repo: local
32+
hooks:
33+
- id: dont-commit-upstream
34+
name: NVIDIA-INTERNAL check
35+
entry: "!NVIDIA-INTERNAL"
36+
exclude: "^.pre-commit-config.yaml"
37+
language: pygrep
38+
types: [text]
39+

toolchains/nv_workspaces

Submodule nv_workspaces added at 9a6a3e1

0 commit comments

Comments
 (0)