Skip to content

Commit bb9e7bf

Browse files
ci: add yaml stubs for mypy
1 parent e286d2d commit bb9e7bf

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
jobs:
88
python-test:
99
strategy:
10+
fail-fast: false
1011
matrix:
1112
os: [ubuntu-latest, windows-latest]
1213
python-version: ["3.11", "3.12"]
@@ -28,6 +29,7 @@ jobs:
2829

2930
rust-test:
3031
strategy:
32+
fail-fast: false
3133
matrix:
3234
os: [ubuntu-latest, windows-latest]
3335
runs-on: ${{ matrix.os }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies = ["cryptography>=42.0.0", "PyYAML>=6.0.0"]
1414
keywords = ["ai-agents", "agent-security", "mcp", "merkle-tree", "audit-log"]
1515

1616
[project.optional-dependencies]
17-
dev = ["pytest>=8.0.0", "pytest-cov>=5.0.0", "ruff>=0.5.0", "black>=24.0.0", "mypy>=1.10.0", "hypothesis>=6.0.0", "cffconvert>=2.0.0"]
17+
dev = ["pytest>=8.0.0", "pytest-cov>=5.0.0", "ruff>=0.5.0", "black>=24.0.0", "mypy>=1.10.0", "hypothesis>=6.0.0", "cffconvert>=2.0.0", "types-PyYAML>=6.0.12"]
1818
moltrust = ["moltrust>=0.2.0"]
1919

2020
[project.scripts]

0 commit comments

Comments
 (0)