diff --git a/pyproject.toml b/pyproject.toml index a20dadc734..315172ac5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,7 @@ django_settings_module = "zproject.settings" # See https://docs.pydantic.dev/latest/integrations/mypy/#mypy-plugin-capabilities for the effects of these options. init_forbid_extra = true init_typed = true -warn_required_dynamic_aliases = true +warn_required_dynamic_aliases = true [tool.ruff] # See https://github.com/charliermarsh/ruff#rules for error code definitions.