Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sternakt committed Nov 8, 2024
2 parents de06f4e + c4cab1a commit 550b5ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.6.9'
rev: 'v0.7.2'
hooks:
- id: ruff
files: "^datamodel_code_generator|^tests"
Expand Down
1 change: 1 addition & 0 deletions datamodel_code_generator/model/pydantic_v2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class ConfigDict(_BaseModel):
arbitrary_types_allowed: Optional[bool] = None
protected_namespaces: Optional[Tuple[str, ...]] = None
regex_engine: Optional[str] = None
use_enum_values: Optional[bool] = None


__all__ = [
Expand Down

0 comments on commit 550b5ab

Please sign in to comment.