From 1dc6db99e30bb09704c45981ac8b6123ca8ce00c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 20:29:33 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - [github.com/igorshubovych/markdownlint-cli: v0.44.0 → v0.49.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.44.0...v0.49.0) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"] From fdfcd7ecbc7d378e014faac0818b416774da389e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 20:29:44 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- RESTful-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` |