mirror of https://github.com/zulip/zulip.git
pyproject: Delete trailing whitespace.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
34927a6d96
commit
5fe0cb3054
|
@ -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.
|
# See https://docs.pydantic.dev/latest/integrations/mypy/#mypy-plugin-capabilities for the effects of these options.
|
||||||
init_forbid_extra = true
|
init_forbid_extra = true
|
||||||
init_typed = true
|
init_typed = true
|
||||||
warn_required_dynamic_aliases = true
|
warn_required_dynamic_aliases = true
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
# See https://github.com/charliermarsh/ruff#rules for error code definitions.
|
# See https://github.com/charliermarsh/ruff#rules for error code definitions.
|
||||||
|
|
Loading…
Reference in New Issue