From 5fe0cb30543b0f1e95e0ce06e9c054c0d113987e Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Fri, 8 Sep 2023 10:13:47 -0700 Subject: [PATCH] pyproject: Delete trailing whitespace. Signed-off-by: Anders Kaseorg --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.