diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e096825..95f67b7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,11 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.44.0 + rev: v0.49.0 hooks: - id: markdownlint args: ["--fix"] diff --git a/RESTful-API.md b/RESTful-API.md index c36451f..1bdfbf2 100644 --- a/RESTful-API.md +++ b/RESTful-API.md @@ -958,7 +958,7 @@ NOTE: not all parent directories need to exist in order to create a nested file. The annotation type is derived from the file being annotated: | File | Extension(s) | Annotation type | -|------|--------------|-----------------| +| ------ | -------------- | ----------------- | | Image | `.jpeg`, `.jpg`, `.gif`, `.png`, `.heic`, `.heif` | `ImageAnnotation` | | PDF | `.pdf` | `PdfAnnotation` | | Notebook / R Markdown | `.ipynb`, `.Rmd` (when R Markdown conversion is enabled) | `HtmlAnnotation` |