Skip to content
Closed
Show file tree
Hide file tree
Changes from 2 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
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,10 @@ repos:
entry: uv run mypy
language: system
files: ^encord/.*py$
- repo: local
hooks:
- id: mypy-docs
name: mypy-docs
entry: uv run mypy
language: system
files: ^tests/docs/.*py$
1 change: 1 addition & 0 deletions tests/docs/export_labels_all_attributes.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
OUTPUT_FILE_PATH = "/Users/chris-encord/all_attributes_output.json"
BUNDLE_SIZE = 100


# Create user client using SSH key
user_client: EncordUserClient = EncordUserClient.create_with_ssh_private_key(
ssh_private_key_path=SSH_PATH,
Expand Down
Loading