From c147aafd9412c43b7506a203876808e9663eef79 Mon Sep 17 00:00:00 2001 From: Lucas Colley Date: Wed, 13 May 2026 14:17:05 +0100 Subject: [PATCH] MAINT: remove NBSP char --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5c07075f..9b66fc97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -193,7 +193,7 @@ py-version = "3.11" reports.output-format = "colorized" messages_control.disable = [ "design", # ignore heavily opinionated design checks - "fixme", #  allow FIXME comments + "fixme", # allow FIXME comments "line-too-long", # ruff handles this "unused-argument", # ruff handles this "missing-function-docstring", # numpydoc handles this