Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down