We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pydocstyle
D200
1 parent 4bcf177 commit 45d0634Copy full SHA for 45d0634
crates/ruff_linter/src/rules/pydocstyle/rules/one_liner.rs
@@ -27,6 +27,11 @@ use crate::docstrings::Docstring;
27
/// """Return the mean of the given values."""
28
/// ```
29
///
30
+/// ## Fix safety
31
+/// The fix is marked as unsafe because it could affect tools that parse docstrings,
32
+/// documentation generators, or custom introspection utilities that rely on
33
+/// specific docstring formatting.
34
+///
35
/// ## References
36
/// - [PEP 257 – Docstring Conventions](https://peps.python.org/pep-0257/)
37
0 commit comments