Skip to content

Commit adc2851

Browse files
Bump Griffe to 1.4.0 (apache#2532)
<!-- Thanks for opening a pull request! --> <!-- In the case this PR will resolve an issue, please replace ${GITHUB_ISSUE_ID} below with the actual Github issue id. --> <!-- Closes #${GITHUB_ISSUE_ID} --> # Rationale for this change fix issue apache#2527 ## Are these changes tested? yes ## Are there any user-facing changes? no <!-- In the case of user-facing changes, please add the changelog label. --> Closes apache#2527 --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Tiansu Yu <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1bec9cf commit adc2851

File tree

10 files changed

+53
-53
lines changed

10 files changed

+53
-53
lines changed

poetry.lock

Lines changed: 35 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyiceberg/catalog/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -482,8 +482,8 @@ def register_table(self, identifier: Union[str, Identifier], metadata_location:
482482
"""Register a new table using existing metadata.
483483
484484
Args:
485-
identifier Union[str, Identifier]: Table identifier for the table
486-
metadata_location str: The location to the metadata
485+
identifier (Union[str, Identifier]): Table identifier for the table
486+
metadata_location (str): The location to the metadata
487487
488488
Returns:
489489
Table: The newly registered table
@@ -689,7 +689,7 @@ def table_name_from(identifier: Union[str, Identifier]) -> str:
689689
"""Extract table name from a table identifier.
690690
691691
Args:
692-
identifier (str | Identifier: a table identifier.
692+
identifier (str | Identifier): a table identifier.
693693
694694
Returns:
695695
str: Table name.

pyiceberg/catalog/bigquery_metastore.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,8 @@ def register_table(self, identifier: Union[str, Identifier], metadata_location:
272272
"""Register a new table using existing metadata.
273273
274274
Args:
275-
identifier Union[str, Identifier]: Table identifier for the table
276-
metadata_location str: The location to the metadata
275+
identifier (Union[str, Identifier]): Table identifier for the table
276+
metadata_location (str): The location to the metadata
277277
278278
Returns:
279279
Table: The newly registered table

pyiceberg/catalog/dynamodb.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ def register_table(self, identifier: Union[str, Identifier], metadata_location:
216216
"""Register a new table using existing metadata.
217217
218218
Args:
219-
identifier Union[str, Identifier]: Table identifier for the table
220-
metadata_location str: The location to the metadata
219+
identifier (Union[str, Identifier]): Table identifier for the table
220+
metadata_location (str): The location to the metadata
221221
222222
Returns:
223223
Table: The newly registered table

pyiceberg/catalog/glue.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,8 +473,8 @@ def register_table(self, identifier: Union[str, Identifier], metadata_location:
473473
"""Register a new table using existing metadata.
474474
475475
Args:
476-
identifier Union[str, Identifier]: Table identifier for the table
477-
metadata_location str: The location to the metadata
476+
identifier (Union[str, Identifier]): Table identifier for the table
477+
metadata_location (str): The location to the metadata
478478
479479
Returns:
480480
Table: The newly registered table

pyiceberg/catalog/hive.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,8 +443,8 @@ def register_table(self, identifier: Union[str, Identifier], metadata_location:
443443
"""Register a new table using existing metadata.
444444
445445
Args:
446-
identifier Union[str, Identifier]: Table identifier for the table
447-
metadata_location str: The location to the metadata
446+
identifier (Union[str, Identifier]): Table identifier for the table
447+
metadata_location (str): The location to the metadata
448448
449449
Returns:
450450
Table: The newly registered table

pyiceberg/catalog/noop.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ def register_table(self, identifier: Union[str, Identifier], metadata_location:
7575
"""Register a new table using existing metadata.
7676
7777
Args:
78-
identifier Union[str, Identifier]: Table identifier for the table
79-
metadata_location str: The location to the metadata
78+
identifier (Union[str, Identifier]): Table identifier for the table
79+
metadata_location (str): The location to the metadata
8080
8181
Returns:
8282
Table: The newly registered table

pyiceberg/catalog/rest/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -575,8 +575,8 @@ def register_table(self, identifier: Union[str, Identifier], metadata_location:
575575
"""Register a new table using existing metadata.
576576
577577
Args:
578-
identifier Union[str, Identifier]: Table identifier for the table
579-
metadata_location str: The location to the metadata
578+
identifier (Union[str, Identifier]): Table identifier for the table
579+
metadata_location (str): The location to the metadata
580580
581581
Returns:
582582
Table: The newly registered table

pyiceberg/catalog/sql.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,8 @@ def register_table(self, identifier: Union[str, Identifier], metadata_location:
241241
"""Register a new table using existing metadata.
242242
243243
Args:
244-
identifier Union[str, Identifier]: Table identifier for the table
245-
metadata_location str: The location to the metadata
244+
identifier (Union[str, Identifier]): Table identifier for the table
245+
metadata_location (str): The location to the metadata
246246
247247
Returns:
248248
Table: The newly registered table

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ mypy-boto3-dynamodb = ">=1.28.18"
111111
[tool.poetry.group.docs.dependencies]
112112
# for mkdocs
113113
mkdocs = "1.6.1"
114-
griffe = "1.13.0"
114+
griffe = "1.14.0"
115115
jinja2 = "3.1.6"
116116
mkdocstrings = "0.30.1"
117117
mkdocstrings-python = "1.18.2"

0 commit comments

Comments
 (0)