Skip to content

Commit

Permalink
remove validate default
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-D-Lewis committed May 6, 2024
1 parent 8881d7c commit b88aa1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ extend-exclude = [
select = [
"E", # E: pycodestyle rules
"F", # F: pyflakes rules
"PTH", # PTH: flake8-use-pathlib rules
"PTH", # PTH: flake8-use-pathlib rules
]
ignore = [
"E501", # Line too long
Expand Down
1 change: 0 additions & 1 deletion src/nebari/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ class Base(pydantic.BaseModel):
extra="forbid",
validate_assignment=True,
populate_by_name=True,
validate_default=True,
)


Expand Down

0 comments on commit b88aa1b

Please sign in to comment.