doc(B024): #14455 add annotated but unassgined class variables (#14502)

# Summary

Closes #14455, migrated from https://github.com/astral-sh/docs/pull/106.
This commit is contained in:
cmp0xff
2024-11-21 16:08:02 +01:00
committed by GitHub
parent 87043a2415
commit b9da4305e6
3 changed files with 22 additions and 13 deletions

View File

@@ -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
---