Skip to content

Commit 93e9f66

Browse files
authored
Merge pull request #919 from GenomicsStandardsConsortium/918-start-using-type-exclusions-in-linkml-linter
type exclusion in linter via linkml 1.9.1
2 parents 4c6362a + 431c235 commit 93e9f66

File tree

3 files changed

+45
-175
lines changed

3 files changed

+45
-175
lines changed

.linkmllint.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
extends: recommended
2+
rules:
3+
recommended:
4+
level: error
5+
exclude_type:
6+
- enum_definition
7+
standard_naming:
8+
level: error
9+
exclude_type:
10+
- permissible_value

poetry.lock

Lines changed: 33 additions & 173 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ include = ["README.md", "src/mixs/schema", "project"]
1212

1313
[tool.poetry.dependencies]
1414
python = "^3.9"
15-
linkml-runtime = "^1.6.0"
15+
linkml-runtime = "^1.9.1"
1616
rdflib = "^6.2.0" # some LinkML components are not compatible with rdflib 7+ yet
1717
#pydantic = "^1.10.13"
1818

@@ -26,7 +26,7 @@ matplotlib = "^3.8.2"
2626
pyarrow = "^15.0.0"
2727

2828
[tool.poetry.group.dev.dependencies]
29-
linkml = "^1.6.0"
29+
linkml = "^1.9.1"
3030

3131
mkdocs-material = "^9.0.12"
3232
mkdocs-mermaid2-plugin = "^0.6.0"

0 commit comments

Comments
 (0)