Skip to content

Commit

Permalink
fix: Linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanCardin committed Oct 30, 2023
1 parent af3e929 commit d05113b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dataclass_settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def collect(
if value is not None:
try:
mapped_value = field.map_value(value)
except Exception:
except Exception: # noqa: S110
pass
else:
result[field.name] = mapped_value
Expand Down

0 comments on commit d05113b

Please sign in to comment.