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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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
---