mirror of https://github.com/astral-sh/ruff
Fix `D204`'s documentation to correctly mention the conventions when it is enabled (#13867)
This commit is contained in:
parent
7dbd8f0f8e
commit
5d4edd61bf
|
|
@ -65,8 +65,8 @@ impl AlwaysFixableViolation for OneBlankLineBeforeClass {
|
|||
/// docstring from its methods.
|
||||
///
|
||||
/// This rule may not apply to all projects; its applicability is a matter of
|
||||
/// convention. By default, this rule is enabled when using the `google`
|
||||
/// convention, and disabled when using the `numpy` and `pep257` conventions.
|
||||
/// convention. By default, this rule is enabled when using the `numpy` and `pep257`
|
||||
/// conventions, and disabled when using the `google` convention.
|
||||
///
|
||||
/// ## Example
|
||||
/// ```python
|
||||
|
|
|
|||
Loading…
Reference in New Issue