Skip to content

Commit

Permalink
FIX: Cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Aug 14, 2023
1 parent 11e96f1 commit 5ab3354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne_bids_pipeline/_config_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def _pydantic_validate(
{"__annotations__": annotations, **attrs},
)
dataclass_config = dict(
arbitrary_types_allowed=True,
arbitrary_types_allowed=False,
validate_assignment=True,
strict=True, # do not allow float for int for example
)
Expand Down

0 comments on commit 5ab3354

Please sign in to comment.