pyproject: Delete trailing whitespace.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2023-09-08 10:13:47 -07:00
parent 34927a6d96
commit 5fe0cb3054
1 changed files with 1 additions and 1 deletions

View File

@ -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.