Skip to content

Commit b0578fe

Browse files
vladistandalito
authored andcommitted
Lint should ignore vendored linkml-model
1 parent 2457852 commit b0578fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
default_language_version:
22
python: python3
33
# Specify files to exclude - pre-commit hook doesn't parse pyproject.toml
4-
exclude: tests/data/hp.ttl|tests/data/hp_f.ttl|.*\.svg|jsonschema_value_constraints.yaml
4+
exclude: linkml_runtime/linkml_model/.*
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
77
rev: v4.4.0

0 commit comments

Comments
 (0)