Skip to content

Commit 3a52036

Browse files
authored
Merge pull request #529 from djarecka/pre_commit_excl
removing ttl and nt files from pre-commit
2 parents 2600507 + 1a62bd2 commit 3a52036

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.pre-commit-config.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ repos:
1111
(?x)^(
1212
docs/specification/.*
1313
| mkdocs.yml
14+
| releases/*/*.ttl
15+
| releases/*/*.nt
16+
| releases/*/*.jsonld
1417
)$
1518
- id: check-json
1619
- id: check-ast
@@ -40,5 +43,5 @@ repos:
4043
rev: 7.1.0
4144
hooks:
4245
- id: flake8
43-
args: [--config, .flake8, --verbose]
46+
args: [--config, .flake8, --verbose, --exclude=releases/*]
4447
additional_dependencies: [flake8-bugbear]

releases/1.0.0/reproschema.jsonld

-1
Original file line numberDiff line numberDiff line change
@@ -2384,4 +2384,3 @@
23842384
}
23852385
]
23862386
}
2387-

releases/1.0.0/reproschema.nt

-1
Original file line numberDiff line numberDiff line change
@@ -1727,4 +1727,3 @@ _:c14n99 <https://w3id.org/linkml/imported_from> "linkml:types"@en .
17271727
_:c14n99 <https://w3id.org/linkml/notes> "If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"objectidentifier\"."@en .
17281728
_:c14n99 <https://w3id.org/linkml/repr> "str"@en .
17291729
_:c14n99 <https://w3id.org/linkml/uri> "http://www.w3.org/ns/shex#iri"@en .
1730-

releases/1.0.0/reproschema.ttl

-2
Original file line numberDiff line numberDiff line change
@@ -1559,5 +1559,3 @@ rs: a ns1:SchemaDefinition ;
15591559
ns1:imported_from "linkml:types"@en ;
15601560
ns1:notes "In RDF serializations, a slot with range of string is treated as a literal or type xsd:string. If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"string\"."@en ;
15611561
ns1:uri "http://www.w3.org/2001/XMLSchema#string"@en ] .
1562-
1563-

0 commit comments

Comments
 (0)