mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 10:48:32 +00:00
# Summary Closes #14455, migrated from https://github.com/astral-sh/docs/pull/106.
This commit is contained in:
parent
87043a2415
commit
b9da4305e6
3 changed files with 22 additions and 13 deletions
|
@ -110,7 +110,7 @@ def generate_rule_metadata(rule_doc: Path) -> None:
|
|||
For example:
|
||||
```yaml
|
||||
---
|
||||
description: Checks for abstract classes without abstract methods.
|
||||
description: Checks for abstract classes without abstract methods or properties.
|
||||
tags:
|
||||
- B024
|
||||
---
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue