Skip to content

Commit

Permalink
Merge pull request #529 from djarecka/pre_commit_excl
Browse files Browse the repository at this point in the history
removing ttl and nt files from pre-commit
  • Loading branch information
djarecka authored Jun 21, 2024
2 parents 2600507 + 1a62bd2 commit 3a52036
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ repos:
(?x)^(
docs/specification/.*
| mkdocs.yml
| releases/*/*.ttl
| releases/*/*.nt
| releases/*/*.jsonld
)$
- id: check-json
- id: check-ast
Expand Down Expand Up @@ -40,5 +43,5 @@ repos:
rev: 7.1.0
hooks:
- id: flake8
args: [--config, .flake8, --verbose]
args: [--config, .flake8, --verbose, --exclude=releases/*]
additional_dependencies: [flake8-bugbear]
1 change: 0 additions & 1 deletion releases/1.0.0/reproschema.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -2384,4 +2384,3 @@
}
]
}

1 change: 0 additions & 1 deletion releases/1.0.0/reproschema.nt
Original file line number Diff line number Diff line change
Expand Up @@ -1727,4 +1727,3 @@ _:c14n99 <https://w3id.org/linkml/imported_from> "linkml:types"@en .
_:c14n99 <https://w3id.org/linkml/notes> "If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"objectidentifier\"."@en .
_:c14n99 <https://w3id.org/linkml/repr> "str"@en .
_:c14n99 <https://w3id.org/linkml/uri> "http://www.w3.org/ns/shex#iri"@en .

2 changes: 0 additions & 2 deletions releases/1.0.0/reproschema.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -1559,5 +1559,3 @@ rs: a ns1:SchemaDefinition ;
ns1:imported_from "linkml:types"@en ;
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 ;
ns1:uri "http://www.w3.org/2001/XMLSchema#string"@en ] .


0 comments on commit 3a52036

Please sign in to comment.