Skip to content

Commit

Permalink
removing flake8 for releases for now
Browse files Browse the repository at this point in the history
  • Loading branch information
djarecka committed Jun 21, 2024
1 parent 176605c commit e37b5bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
7 changes: 4 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ repos:
(?x)^(
docs/specification/.*
| mkdocs.yml
| .*\.ttl
| .*\.nt
| releases/*/*.ttl
| releases/*/*.nt
| releases/*/*.jsonld
)$
- id: check-json
- id: check-ast
Expand Down Expand Up @@ -42,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 e37b5bd

Please sign in to comment.