Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion RESTful-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down