Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 11, 2024
1 parent 4a0a9c3 commit 4422c2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/ota_metadata/file_table/_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class FileTableBase(BaseModel):
TypeAffinityRepr(bytes),
] = None
"""msgpacked extended attrs for the entry.
It contains a dict of xattr names and xattr values.
"""

Expand All @@ -75,7 +75,7 @@ class FileTableBase(BaseModel):
SkipValidation,
] = None
"""The contents of the file. Currently only used by symlink.
When is symlink, <contents> is the symlink target.
"""

Expand Down
2 changes: 1 addition & 1 deletion src/ota_metadata/legacy/rs_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class ResourceTable(TableSpec):
SkipValidation,
] = None
"""The compression algorthim used to compressed the resource.
NOTE that this field should be None if <contents> is not None.
"""

Expand Down

0 comments on commit 4422c2a

Please sign in to comment.