You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of my doctests include a # doctest: +SKIP marker. These markers do not show up in the published docs.
However, if these markers exceed the black line length, the line will be reformatted.
This leads to an undesirable situation where the docs will contain code that would fit on one line just fine, but are broken up anyway.
I would love a setting that allows me to tell blackdoc to ignore comments that start with doctest: when reformatting.
The text was updated successfully, but these errors were encountered:
Some of my doctests include a
# doctest: +SKIP
marker. These markers do not show up in the published docs.However, if these markers exceed the
black
line length, the line will be reformatted.This leads to an undesirable situation where the docs will contain code that would fit on one line just fine, but are broken up anyway.
I would love a setting that allows me to tell
blackdoc
to ignore comments that start withdoctest:
when reformatting.The text was updated successfully, but these errors were encountered: