mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-03 15:15:33 +00:00
Fix D204
's documentation to correctly mention the conventions when it is enabled (#13867)
This commit is contained in:
parent
7dbd8f0f8e
commit
5d4edd61bf
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue