Skip to content

Commit

Permalink
Apply pre-commit fix
Browse files Browse the repository at this point in the history
From the artifact of the previous workflow run
  • Loading branch information
geo-ghci-int[bot] committed Dec 13, 2024
1 parent fb208d2 commit 89016c8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion jsonschema_gentypes/configuration.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Automatically generated file from a JSON schema."""

from typing import Literal, TypedDict, Union
from typing import Any, Literal, TypedDict, Union

from typing_extensions import Required

Expand Down Expand Up @@ -118,6 +118,10 @@ class GenerateItem(TypedDict, total=False):
"""The values for the 'Get name properties' enum"""


PRE_COMMIT_ARGUMENTS_DEFAULT: list[Any] = []
""" Default value of the field path 'Pre-commit configuration arguments' """


PRE_COMMIT_ENABLE_DEFAULT = False
""" Default value of the field path 'Pre-commit configuration enable' """

Expand Down
4 changes: 4 additions & 0 deletions tests/openapi3.py
Original file line number Diff line number Diff line change
Expand Up @@ -707,5 +707,9 @@ class _ExtentWithUniformAdditionalDimensionsSchemaTemporalGrid(TypedDict, total=
"""The values for the 'Coordinate reference system of the coordinates in the temporal extent' enum"""


_OGCAPICOLLECTIONSCOLLECTIONIDGETRESPONSE200_CRS_DEFAULT = ["http://www.opengis.net/def/crs/OGC/1.3/CRS84"]
""" Default value of the field path 'OgcapiCollectionsCollectionidGetResponse200 crs' """


_OGCAPICOLLECTIONSCOLLECTIONIDGETRESPONSE200_ITEMTYPE_DEFAULT = "unknown"
""" Default value of the field path 'OgcapiCollectionsCollectionidGetResponse200 itemType' """

0 comments on commit 89016c8

Please sign in to comment.