We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fcbfb72 + 8be6e8d commit 7fed648Copy full SHA for 7fed648
linkml_runtime/utils/formatutils.py
@@ -100,7 +100,7 @@ def wrapped_annotation(txt: str) -> str:
100
def shex_results_as_string(rslts) -> str:
101
"""Pretty print ShEx Evaluation result"""
102
# TODO: Add this method to ShEx itself
103
- rval = [f"Evalutating: {str(rslts.focus)} against {str(rslts.start)}"]
+ rval = [f"Evaluating: {str(rslts.focus)} against {str(rslts.start)}"]
104
if rslts.result:
105
rval.append("Result: CONFORMS")
106
else:
pyproject.toml
@@ -84,6 +84,9 @@ ignore-words-list = [
84
# dropped when upstream is fixed
85
"GENERARE",
86
"re-used",
87
+ "ot",
88
+ "VRSATILE",
89
+ "vrsatile"
90
]
91
quiet-level = 3
92
# https://docs.astral.sh/ruff/settings/
0 commit comments