Skip to content

Commit 656e603

Browse files
Merge branch 'main' into test-lmeval-tasks
2 parents 9473132 + 6b9696a commit 656e603

File tree

8 files changed

+552
-175
lines changed

8 files changed

+552
-175
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ repos:
5858
hooks:
5959
- id: mypy
6060
additional_dependencies: ["types-PyYAML", "types-requests"]
61-
exclude: ^(docs/|.*/test_.*|utilities/manifests/*|utilities/plugins/tgis_grpc/*)
61+
exclude: ^(docs/|.*test.*\.py$|utilities/manifests/.*|utilities/plugins/tgis_grpc/.*)
6262

6363

6464
- repo: https://github.com/espressif/conventional-precommit-linter

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ dependencies = [
6868
"pytest-order>=1.3.0",
6969
"marshmallow==3.26.1,<4", # this version is needed for pytest-jira
7070
"pytest-html>=4.1.1",
71+
"fire",
72+
"llama_stack_client==0.2.10",
7173
]
7274

7375
[project.urls]

tests/model_explainability/guardrails/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)