Skip to content

Commit 45b36cc

Browse files
[None][infra] Check in most recent lock file from nightly pipeline (NVIDIA#8739)
Signed-off-by: TensorRT LLM <[email protected]> Signed-off-by: Yuanjing Xue <[email protected]> Co-authored-by: TensorRT LLM <[email protected]>
1 parent ae6875f commit 45b36cc

File tree

114 files changed

+120000
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+120000
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ repos:
6666
additional_dependencies:
6767
- tomli
6868
# add ignore words list
69-
args: ["-L", "Mor,ans,thirdparty", "--skip", "ATTRIBUTIONS-*.md"]
69+
args: ["-L", "Mor,ans,thirdparty", "--skip", "ATTRIBUTIONS-*.md", "--skip", "security_scanning/*"]
7070
- repo: https://github.com/astral-sh/ruff-pre-commit
7171
rev: v0.9.4
7272
hooks:

security_scanning/cpp/kernels/fmha_v2/poetry.lock

Lines changed: 216 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[tool.poetry]
2+
name = "unknown-package"
3+
version = "0.1.0"
4+
description = ""
5+
authors = ["TensorRT LLM [[email protected]]"]
6+
readme = "README.md"
7+
8+
[tool.poetry.dependencies]
9+
python = ">=3.10,<3.13"
10+
pytest = "7.2.2"
11+
pytest-cpp = "2.3.0"
12+
pytest-xdist = "3.2.1"
13+
14+
15+
[build-system]
16+
requires = ["poetry-core"]
17+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)