mirror of
https://github.com/astral-sh/ruff
synced 2026-01-23 06:20:55 -05:00
Enable --document-private-items for ruff_python_formatter (#21903)
This commit is contained in:
@@ -783,7 +783,7 @@ enum CodeExampleKind<'src> {
|
||||
///
|
||||
/// Documentation describing doctests and how they're recognized can be
|
||||
/// found as part of the Python standard library:
|
||||
/// https://docs.python.org/3/library/doctest.html.
|
||||
/// <https://docs.python.org/3/library/doctest.html>.
|
||||
///
|
||||
/// (You'll likely need to read the [regex matching] used internally by the
|
||||
/// doctest module to determine more precisely how it works.)
|
||||
|
||||
Reference in New Issue
Block a user