From 98c868b592365c9cccb3cd0351f27c145edd189d Mon Sep 17 00:00:00 2001 From: Jens Pots Date: Fri, 24 May 2024 22:58:19 +0200 Subject: [PATCH] feat: markdown linting --- .pre-commit-config.yaml | 1 - README.md | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f97b955..959eb63 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,6 @@ repos: hooks: - id: pretty-format-kotlin args: [ --ktfmt ] - - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks rev: v2.13.0 hooks: diff --git a/README.md b/README.md index cf75aed..73be2a2 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ Interact with RDF data. |-------------------------------------------------------------|--------------------------------| | [`jvm:RDFValidator`](./src/main/kotlin/std/RDFValidator.kt) | Validate RDF data using SHACL. | - ##### Network Utilities These processors interact with the network. @@ -38,7 +37,7 @@ Fetch and write data from and to the local file system. #### Datatypes -At the time of writing, the JVM Runner supports a limit set of datatypes and classes. You may use either wrapper classes or the primitive types directly. +At the time of writing, the JVM Runner supports a limit set of datatypes and classes. You may use either wrapper classes or the primitive types directly. | URI | Java Mapping | |---------------------------|--------------------|