Skip to content

Commit 7fed648

Browse files
authored
Merge branch 'main' into convert-test-reference-validator-to-pytest
2 parents fcbfb72 + 8be6e8d commit 7fed648

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

linkml_runtime/utils/formatutils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def wrapped_annotation(txt: str) -> str:
100100
def shex_results_as_string(rslts) -> str:
101101
"""Pretty print ShEx Evaluation result"""
102102
# TODO: Add this method to ShEx itself
103-
rval = [f"Evalutating: {str(rslts.focus)} against {str(rslts.start)}"]
103+
rval = [f"Evaluating: {str(rslts.focus)} against {str(rslts.start)}"]
104104
if rslts.result:
105105
rval.append("Result: CONFORMS")
106106
else:

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ ignore-words-list = [
8484
# dropped when upstream is fixed
8585
"GENERARE",
8686
"re-used",
87+
"ot",
88+
"VRSATILE",
89+
"vrsatile"
8790
]
8891
quiet-level = 3
8992
# https://docs.astral.sh/ruff/settings/

0 commit comments

Comments
 (0)