We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e355a90 commit bbdcd45Copy full SHA for bbdcd45
1 file changed
pyproject.toml
@@ -193,7 +193,7 @@ py-version = "3.11"
193
reports.output-format = "colorized"
194
messages_control.disable = [
195
"design", # ignore heavily opinionated design checks
196
- "fixme", # allow FIXME comments
+ "fixme", # allow FIXME comments
197
"line-too-long", # ruff handles this
198
"unused-argument", # ruff handles this
199
"missing-function-docstring", # numpydoc handles this
0 commit comments