Skip to content

Commit 9250faa

Browse files
committed
fix lint
1 parent 59b1ced commit 9250faa

2 files changed

Lines changed: 267 additions & 139 deletions

File tree

scripts_bazel/tests/traceability_coverage_test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,9 @@ def test_traceability_coverage_prints_unlinked_requirements(tmp_path: Path) -> N
198198
assert "Not fully linked: REQ_1, REQ_2" in result.stdout
199199

200200

201-
def test_traceability_coverage_accepts_workspace_relative_needs_json(tmp_path: Path) -> None:
201+
def test_traceability_coverage_accepts_workspace_relative_needs_json(
202+
tmp_path: Path,
203+
) -> None:
202204
workspace = tmp_path / "workspace"
203205
workspace.mkdir()
204206
needs_json = _write_needs_json(workspace)

0 commit comments

Comments
 (0)