Skip to content

Commit bbdcd45

Browse files
authored
MAINT: remove NBSP char (#733)
1 parent e355a90 commit bbdcd45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ py-version = "3.11"
193193
reports.output-format = "colorized"
194194
messages_control.disable = [
195195
"design", # ignore heavily opinionated design checks
196-
"fixme", #  allow FIXME comments
196+
"fixme", # allow FIXME comments
197197
"line-too-long", # ruff handles this
198198
"unused-argument", # ruff handles this
199199
"missing-function-docstring", # numpydoc handles this

0 commit comments

Comments
 (0)