Skip to content

Commit

Permalink
Merge pull request #17 from stac-extensions/dependabot/pip/pydoclint-…
Browse files Browse the repository at this point in the history
…0.5.9
  • Loading branch information
fmigneault authored Oct 2, 2024
2 parents b8891d4 + 51b71c9 commit 9d901ed
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ safety = "^2.3.4"
pystac = "^1.10.0" # custom validator required (https://github.com/stac-utils/pystac/pull/1320)

pydocstyle = {extras = ["toml"], version = "^6.2.0"}
pydoclint = "^0.3.0"
pydoclint = ">=0.3,<0.6"

pytest = "^7.2.1"
pytest-cov = "^4.1.0"
Expand Down
2 changes: 1 addition & 1 deletion stac_model/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def ext(
Extended object.
Raises:
pystac.ExtensionTypeError : If an invalid object type is passed.
pystac.ExtensionTypeError: If an invalid object type is passed.
"""
if isinstance(obj, pystac.Collection):
cls.ensure_has_extension(obj, add_if_missing)
Expand Down

0 comments on commit 9d901ed

Please sign in to comment.